summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2021-01-23 19:13:48 +0100
committerDave Davenport <qball@gmpclient.org>2021-01-23 19:13:48 +0100
commitfd769378fe30c0b49af3af4ab2204b72044740d0 (patch)
treeedcc3df6257fe2c54000ed194d6742195ba3996c /source/xrmoptions.c
parent0eb3abd657509d59e7783d32a5bce95808a3d359 (diff)
parent8999d94850d4276f0220074f75c7e13aa8725597 (diff)
Merge remote-tracking branch 'origin/next' into deprecate
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 48bcd057..feea1e77 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -44,7 +44,6 @@
/** Different sources of configuration. */
const char * const ConfigSourceStr[] = {
"Default",
- "XResources",
"File",
"Rasi File",
"Commandline",
@@ -53,10 +52,9 @@ const char * const ConfigSourceStr[] = {
enum ConfigSource
{
CONFIG_DEFAULT = 0,
- CONFIG_XRESOURCES = 1,
- CONFIG_FILE = 2,
- CONFIG_FILE_THEME = 3,
- CONFIG_CMDLINE = 4
+ CONFIG_FILE = 1,
+ CONFIG_FILE_THEME = 2,
+ CONFIG_CMDLINE = 3
};
typedef struct