summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 6d066f54..06ac90ec 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -947,8 +947,6 @@ int main ( int argc, char *argv[] )
}
g_free ( etc );
}
- // Load in config from X resources.
- config_parse_xresource_options ( xcb );
if ( config_path_new && g_file_test ( config_path_new, G_FILE_TEST_IS_REGULAR ) ) {
if ( rofi_theme_parse_file ( config_path_new ) ) {