Changeset 49be6b3b2b0258ca24d2238f0941a6c9483172d5

Show
Ignore:
Timestamp:
30/05/08 16:11:21 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1212156681 +0200
git-parent:

[01d2d94282164b14c79f4edca5835f7fbab93435]

git-author:
Rafaël Carré <funman@videolan.org> 1212156681 +0200
Message:

Remove unused arguments - CID 5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/visualization/visual/effects.c

    r3d90c11 r49be6b3  
    6969    int i_amp;                        /* Vertical amplification */ 
    7070    int i_peak;                       /* Should we draw peaks ? */ 
    71     char *psz_parse = NULL;           /* Args line */ 
    7271 
    7372    /* Horizontal scale for 20-band equalizer */ 
     
    319318 
    320319    free( height ); 
    321     free( psz_parse ); 
    322320 
    323321    return 0; 
     
    359357    char color1;             /* V slide on a YUV color cube */ 
    360358    //char color2;             /* U slide.. ?  color2 fade color ? */ 
    361  
    362     char *psz_parse = NULL;           /* Args line */ 
    363359 
    364360    /* Horizontal scale for 20-band equalizer */ 
     
    773769 
    774770    free( height ); 
    775     free( psz_parse ); 
    776771 
    777772    return 0;