From 14b43523bef26208b20593533dd60786d046c469 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 28 Mar 2017 17:13:38 +0200 Subject: Merge the configuration loading into something more simple (2) --- include/xrmoptions.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'include') diff --git a/include/xrmoptions.h b/include/xrmoptions.h index 87b9f15c..e1c47893 100644 --- a/include/xrmoptions.h +++ b/include/xrmoptions.h @@ -76,30 +76,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. * -- cgit v1.2.3