Switch to side-by-side view
--- a/src/qtgui/guiutils.cpp +++ b/src/qtgui/guiutils.cpp @@ -184,8 +184,6 @@ // variable. // This are stored inside the dynamic configuration file (aka: history), // as they are likely to depend on RECOLL_CONFDIR. - const string allEdbsSk = "allExtDbs"; - const string actEdbsSk = "actExtDbs"; if (writing) { g_dynconf->eraseAll(allEdbsSk); for (list<string>::const_iterator it = prefs.allExtraDbs.begin();