diff options
Diffstat (limited to 'plugingui/frame.cc')
-rw-r--r-- | plugingui/frame.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/frame.cc b/plugingui/frame.cc index f34eecf..6458a78 100644 --- a/plugingui/frame.cc +++ b/plugingui/frame.cc @@ -40,7 +40,6 @@ namespace GUI FrameWidget::FrameWidget(Widget *parent, bool has_switch) : Widget(parent) - , has_switch(has_switch) , is_switched_on(!has_switch) , bar_height(24) { |