Clean up not used variables

This commit is contained in:
Denis Doria 2016-06-01 14:44:02 +02:00
parent b6685da35b
commit 009eaccd42
2 changed files with 0 additions and 3 deletions

View file

@ -232,7 +232,6 @@ struct sway_config {
int32_t floating_maximum_height;
int32_t floating_minimum_width;
int32_t floating_minimum_height;
char *floating_minimum_size;
};
/**