Changeset 49be6b3b2b0258ca24d2238f0941a6c9483172d5
- 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
| r3d90c11 |
r49be6b3 |
|
| 69 | 69 | int i_amp; /* Vertical amplification */ |
|---|
| 70 | 70 | int i_peak; /* Should we draw peaks ? */ |
|---|
| 71 | | char *psz_parse = NULL; /* Args line */ |
|---|
| 72 | 71 | |
|---|
| 73 | 72 | /* Horizontal scale for 20-band equalizer */ |
|---|
| … | … | |
| 319 | 318 | |
|---|
| 320 | 319 | free( height ); |
|---|
| 321 | | free( psz_parse ); |
|---|
| 322 | 320 | |
|---|
| 323 | 321 | return 0; |
|---|
| … | … | |
| 359 | 357 | char color1; /* V slide on a YUV color cube */ |
|---|
| 360 | 358 | //char color2; /* U slide.. ? color2 fade color ? */ |
|---|
| 361 | | |
|---|
| 362 | | char *psz_parse = NULL; /* Args line */ |
|---|
| 363 | 359 | |
|---|
| 364 | 360 | /* Horizontal scale for 20-band equalizer */ |
|---|
| … | … | |
| 773 | 769 | |
|---|
| 774 | 770 | free( height ); |
|---|
| 775 | | free( psz_parse ); |
|---|
| 776 | 771 | |
|---|
| 777 | 772 | return 0; |
|---|