diff --git a/src/config/preferences.c b/src/config/preferences.c index c872627b..9b7a7c57 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.c @@ -50,7 +50,8 @@ #include "config/files.h" #include "config/conflists.h" -// preference groups refer to the sections in .profrc, for example [ui] +// preference groups refer to the sections in .profrc or theme files +// for example [ui] but not [colours] which is handled in theme.c #define PREF_GROUP_LOGGING "logging" #define PREF_GROUP_CHATSTATES "chatstates" #define PREF_GROUP_UI "ui" @@ -1515,7 +1516,6 @@ prefs_statusbar_pos_down(void) return FALSE; } - gboolean prefs_inputwin_pos_down(void) {