summaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index de651ea4..b597da75 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -403,8 +403,6 @@ bool read_config(FILE *file, struct sway_config *config);
403 */ 403 */
404void free_config(struct sway_config *config); 404void free_config(struct sway_config *config);
405 405
406void config_clear_handler_context(struct sway_config *config);
407
408void free_sway_variable(struct sway_variable *var); 406void free_sway_variable(struct sway_variable *var);
409 407
410/** 408/**