aboutsummaryrefslogtreecommitdiff
path: root/i3bar/include/outputs.h
diff options
context:
space:
mode:
Diffstat (limited to 'i3bar/include/outputs.h')
-rw-r--r--i3bar/include/outputs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/i3bar/include/outputs.h b/i3bar/include/outputs.h
index 560abe53..dfe145fe 100644
--- a/i3bar/include/outputs.h
+++ b/i3bar/include/outputs.h
@@ -65,8 +65,6 @@ struct i3_output {
surface_t statusline_buffer;
/* How much of statusline_buffer's horizontal space was used on last statusline render. */
int statusline_width;
- /* Whether statusline block short texts where used on last statusline render. */
- bool statusline_short_text;
/* The actual window on which we draw. */
surface_t bar;