Add comments to preferences.c

This commit is contained in:
Michael Vetter
2020-01-29 11:50:04 +01:00
parent 7dbc0baef3
commit 5c41c5b380

View File

@@ -50,7 +50,8 @@
#include "config/files.h" #include "config/files.h"
#include "config/conflists.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_LOGGING "logging"
#define PREF_GROUP_CHATSTATES "chatstates" #define PREF_GROUP_CHATSTATES "chatstates"
#define PREF_GROUP_UI "ui" #define PREF_GROUP_UI "ui"
@@ -1515,7 +1516,6 @@ prefs_statusbar_pos_down(void)
return FALSE; return FALSE;
} }
gboolean gboolean
prefs_inputwin_pos_down(void) prefs_inputwin_pos_down(void)
{ {