drop obsolete function, remove dead code, remove dead vims event, fix some compile warnings

This commit is contained in:
niels
2015-04-23 22:47:38 +02:00
parent d43788ec6d
commit b16c801c84
18 changed files with 35 additions and 141 deletions

View File

@@ -1008,10 +1008,8 @@ char *livido_describe_parameter_format( void *instance, int p )
int n_elems = vevo_property_num_elements( param, "value" );
char fmt[5];
char fmt[3] = { 0,0,0 };
bzero(fmt,5);
switch(kind)
{
case HOST_PARAM_INDEX: