aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 32ed1e28..8015f211 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -88,8 +88,6 @@ struct sway_output *output_by_name_or_id(const char *name_or_id);
88 88
89void output_sort_workspaces(struct sway_output *output); 89void output_sort_workspaces(struct sway_output *output);
90 90
91struct output_config *output_find_config(struct sway_output *output);
92
93void output_enable(struct sway_output *output, struct output_config *oc); 91void output_enable(struct sway_output *output, struct output_config *oc);
94 92
95void output_disable(struct sway_output *output); 93void output_disable(struct sway_output *output);