From 71c8b0b7b2cf2fa79ac4c81b7756f2b230f2de7a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 07:46:46 +0000 Subject: create a generic tokenizer/sectionizer for the config file. pass off the token to functions registered for each section to parse them further. some fixes for the engine irt font shadows, and fixed a bug with rendering the iconify button when it was not in the layout --- openbox/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'openbox/config.h') diff --git a/openbox/config.h b/openbox/config.h index 9b62b8e5..3d82090b 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -54,6 +54,4 @@ gboolean config_def_add_value(ConfigDefEntry *entry, char *value); FALSE. */ gboolean config_def_set(ConfigDefEntry *entry); -void config_parse(); - #endif -- cgit v1.2.3