aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 5a303d9f..40710199 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -693,8 +693,6 @@ bool apply_output_configs(struct matched_output_config *configs,
693 693
694void apply_all_output_configs(void); 694void apply_all_output_configs(void);
695 695
696bool test_output_config(struct output_config *oc, struct sway_output *output);
697
698struct output_config *store_output_config(struct output_config *oc); 696struct output_config *store_output_config(struct output_config *oc);
699 697
700struct output_config *find_output_config(struct sway_output *output); 698struct output_config *find_output_config(struct sway_output *output);