mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-04 22:15:29 +01:00
drop obsolete function, remove dead code, remove dead vims event, fix some compile warnings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user