summaryrefslogtreecommitdiffstats
path: root/include/xrmoptions.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-12-02 21:54:49 +0100
committerDave Davenport <qball@gmpclient.org>2020-12-02 21:54:49 +0100
commit420d1748e730c80fba212c27ea2f693e37fae6c8 (patch)
tree6046362f2cda07ac12d9d76b44b76ef591421969 /include/xrmoptions.h
parentc79d811ddfb58d3b64a919cb03182d2eebde7280 (diff)
Remove Xresources.
Diffstat (limited to 'include/xrmoptions.h')
-rw-r--r--include/xrmoptions.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/xrmoptions.h b/include/xrmoptions.h
index 573ad810..12da3997 100644
--- a/include/xrmoptions.h
+++ b/include/xrmoptions.h
@@ -80,23 +80,6 @@ typedef enum
xrm_Char = 4
} XrmOptionType;
-/**
- * @param xcb Handler object holding connection used to fetch the settings from.
- *
- * Parse the rofi related X resource options of the
- * connected X server.
- *
- * @ingroup CONFXServer
- */
-void config_parse_xresource_options ( xcb_stuff *xcb );
-
-/**
- * @param filename The xresources file to parse
- *
- * Parses filename and updates the config
- * @ingroup CONFFile
- */
-void config_parse_xresource_options_file ( const char *filename );
/**
* Parse commandline options.