aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 9e59cb66..d591daf2 100644
--- a/include/config.h
+++ b/include/config.h
@@ -232,7 +232,6 @@ struct sway_config {
232 int32_t floating_maximum_height; 232 int32_t floating_maximum_height;
233 int32_t floating_minimum_width; 233 int32_t floating_minimum_width;
234 int32_t floating_minimum_height; 234 int32_t floating_minimum_height;
235 char *floating_minimum_size;
236}; 235};
237 236
238/** 237/**