summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-25 14:01:41 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-25 14:01:41 +0200
commita7922cc07c9863bf837c13c576400a81cb3e9995 (patch)
tree52e015e77c312c58c8fee59c79df11e9b12ee76c /source/rofi.c
parent77a0800ccf6e76b0c843e5f01eba6d447dd57463 (diff)
Remove xlib dependency, add xcb-util-xrm.
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 02eef1fd..eed87aa4 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -780,10 +780,6 @@ int main ( int argc, char *argv[] )
exit ( EXIT_FAILURE );
}
TICK_N ( "Startup Notification" );
-
- // Initialize Xresources subsystem.
- config_parse_xresource_init ();
- TICK_N ( "Initialize Xresources system" );
// Setup keybinding
setup_abe ();
TICK_N ( "Setup abe" );