Commit dbb37c44 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: do we really need the days configuration for updates at first start?

parent fc37db06
......@@ -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" ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment