]> git.sesse.net Git - vlc/commitdiff
Qt: do we really need the days configuration for updates at first start?
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 7 Mar 2009 00:02:58 +0000 (01:02 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 8 Mar 2009 17:13:28 +0000 (18:13 +0100)
modules/gui/qt4/main_interface.cpp

index 5467562a907e98575c0fdfb7bae17b6873808e72..dabfa178719e6b486d135a6adeb0bf6b8fdfd65a 100644 (file)
@@ -564,7 +564,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> *controls )
     CONFIG_GENERIC( "album-art", IntegerList ); line++;
 #ifdef UPDATE_CHECK
     CONFIG_GENERIC_NOBOOL( "qt-updates-notif", Bool ); line++;
-    CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++;
 #endif
 
     QPushButton *ok = new QPushButton( qtr( "OK" ) );