summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-28 17:13:38 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-28 17:13:38 +0200
commit14b43523bef26208b20593533dd60786d046c469 (patch)
tree7a2ed45b8fe26534b6805297bbd125e7ee628933 /include
parent9210ce9aad0c9f6146f364dc2d1e173da2bac5d2 (diff)
Merge the configuration loading into something more simple (2)
Diffstat (limited to 'include')
-rw-r--r--include/xrmoptions.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/xrmoptions.h b/include/xrmoptions.h
index 87b9f15c..e1c47893 100644
--- a/include/xrmoptions.h
+++ b/include/xrmoptions.h
@@ -77,30 +77,6 @@ void config_parse_xresource_options_file ( const char *filename );
void config_parse_cmd_options ( void );
/**
- * Parse dynamic commandline options.
- * @ingroup CONFCommandline
- */
-void config_parse_cmd_options_dynamic ( void );
-
-/**
- * @param xcb Handler object that holds connection to X11 server to fetch the settings from.
- *
- * Parse the rofi related X resource options of the
- * connected X server.
- *
- * @ingroup CONFXServer
- */
-void config_parse_xresource_options_dynamic ( xcb_stuff *xcb );
-
-/**
- * @param filename The xresources file to parse
- *
- * Parses filename and updates the config. For dynamic options.
- * @ingroup CONFFile
- */
-void config_parse_xresource_options_dynamic_file ( const char *filename );
-
-/**
* Free any allocated memory.
*
* @ingroup CONFXResources