]> git.sesse.net Git - vlc/commitdiff
Removed 1 warning.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 8 Oct 2007 19:03:16 +0000 (19:03 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 8 Oct 2007 19:03:16 +0000 (19:03 +0000)
modules/demux/flac.c

index ac010381cb4026d25a5c7f5b0f2645b47109a86c..10637978c47f8256cd2f2263be72b392298d47d3 100644 (file)
@@ -636,7 +636,6 @@ static void ParseComment( demux_t *p_demux, const uint8_t *p_data, int i_data )
         {
             /* generic (PERFORMER/LICENSE/ORGANIZATION/LOCATION/CONTACT/ISRC,
              * undocumented tags and replay gain ) */
-            audio_replay_gain_t *r = &p_sys->replay_gain;
             char *p = strchr( psz, '=' );
             *p++ = '\0';
             vlc_meta_AddExtra( p_sys->p_meta, psz, p );