summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent77a0800ccf6e76b0c843e5f01eba6d447dd57463 (diff)
Remove xlib dependency, add xcb-util-xrm.
Diffstat (limited to 'include')
-rw-r--r--include/xrmoptions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/xrmoptions.h b/include/xrmoptions.h
index 218015f7..ffb916e3 100644
--- a/include/xrmoptions.h
+++ b/include/xrmoptions.h
@@ -88,12 +88,6 @@ void config_parse_xresource_options_dynamic ( xcb_stuff *xcb );
void config_parse_xresource_options_dynamic_file ( const char *filename );
/**
- * Initializes the Xresourced system.
- *
- * @ingroup CONFXResources
- */
-void config_parse_xresource_init ( void );
-/**
* Free any allocated memory.
*
* @ingroup CONFXResources