summaryrefslogtreecommitdiffstats
path: root/include/xrmoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xrmoptions.h')
-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