diff options
| author | Kenny Levinsen <kl@kl.wtf> | 2024-03-16 13:25:23 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-03-28 10:45:20 +0100 |
| commit | c3fca26d303617614bee67ad766fd3cb95609245 (patch) | |
| tree | 5c2538cf2075552f5d41c151c8e2e5fb013d027d /include | |
| parent | 9becff0ba56ac7da8b1235aa5740fb04414636a2 (diff) | |
config/output: Make merge_output_config static
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 7e67ba21..5a303d9f 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -688,8 +688,6 @@ const char *sway_output_scale_filter_to_string(enum scale_filter_mode scale_filt struct output_config *new_output_config(const char *name); -void merge_output_config(struct output_config *dst, struct output_config *src); - bool apply_output_configs(struct matched_output_config *configs, size_t configs_len, bool test_only); |
