Remove unused variable

This commit is contained in:
Grant Moyer
2021-07-20 23:01:39 -04:00
parent 9880c6929f
commit 311c5779ea
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@ class KeyboardState : public AModule {
private:
static auto openDevice(const std::string&) -> std::pair<int, libevdev*>;
const Bar& bar_;
Gtk::Box box_;
Gtk::Label numlock_label_;
Gtk::Label capslock_label_;