Commit 686b5fab authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Qt4: remove fetch-meta - fixes #1670

parent 516e36ec
...@@ -484,7 +484,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -484,7 +484,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel, CONFIG_GENERIC( "album-art", IntegerList, ui.artFetchLabel,
artFetcher ); artFetcher );
CONFIG_GENERIC( "fetch-meta", Bool, NULL, metaFetcher );
/* UPDATE options */ /* UPDATE options */
#ifdef UPDATE_CHECK #ifdef UPDATE_CHECK
......
...@@ -516,7 +516,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> controls ) ...@@ -516,7 +516,6 @@ int MainInterface::privacyDialog( QList<ConfigControl *> controls )
} }
CONFIG_GENERIC( "album-art", IntegerList ); line++; CONFIG_GENERIC( "album-art", IntegerList ); line++;
CONFIG_GENERIC_NOBOOL( "fetch-meta", Bool ); line++;
#ifdef UPDATE_CHECK #ifdef UPDATE_CHECK
CONFIG_GENERIC_NOBOOL( "qt-updates-notif", Bool ); line++; CONFIG_GENERIC_NOBOOL( "qt-updates-notif", Bool ); line++;
CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++; CONFIG_GENERIC_NOBOOL( "qt-updates-days", Integer ); line++;
......
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