]> git.sesse.net Git - vlc/commitdiff
remove useless lines
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 24 Jul 2005 21:29:09 +0000 (21:29 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 24 Jul 2005 21:29:09 +0000 (21:29 +0000)
modules/gui/wxwindows/updatevlc.cpp

index f7abc91a93e6871ee6261ab4b6103134cb92ed96..44d17fe5d735aab109f1087f6e6b7eac54bd8234 100644 (file)
@@ -257,8 +257,6 @@ void UpdateVLC::GetData()
                                 tmp_file.size = wxU( psz_value );
                             if( !strcmp( psz_name, "url" ) )
                                 tmp_file.url = wxU( psz_value );
-                            if( !strcmp( psz_name, "desciption" ) )
-                                tmp_file.description = wxU( psz_value );
                         }
                     }
                     if( !strcmp( psz_name, "name" )