aboutsummaryrefslogtreecommitdiffstats
path: root/include/swaybar
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-09-24 20:15:40 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-09-28 13:54:58 +0100
commitbcd2a8fe124ce6adb7d23ba0fa39287744947e29 (patch)
treef798213ec7cd307ed5892acfc63c8f04bcb6a039 /include/swaybar
parentswaybar: fix setting binding mode indicator (diff)
downloadsway-bcd2a8fe124ce6adb7d23ba0fa39287744947e29.tar.gz
sway-bcd2a8fe124ce6adb7d23ba0fa39287744947e29.tar.zst
sway-bcd2a8fe124ce6adb7d23ba0fa39287744947e29.zip
swaybar: remove unused focused_output property
Diffstat (limited to 'include/swaybar')
-rw-r--r--include/swaybar/bar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h
index 20a51809..20992014 100644
--- a/include/swaybar/bar.h
+++ b/include/swaybar/bar.h
@@ -54,7 +54,6 @@ struct swaybar {
54 struct wl_seat *seat; 54 struct wl_seat *seat;
55 55
56 struct swaybar_config *config; 56 struct swaybar_config *config;
57 struct swaybar_output *focused_output;
58 struct swaybar_pointer pointer; 57 struct swaybar_pointer pointer;
59 struct status_line *status; 58 struct status_line *status;
60 59