summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
diff options
context:
space:
mode:
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