mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 09:42:42 +01:00 
			
		
		
		
	Remove unused variable
This commit is contained in:
		@@ -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_;
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,6 @@ extern "C" {
 | 
			
		||||
 | 
			
		||||
waybar::modules::KeyboardState::KeyboardState(const std::string& id, const Bar& bar, const Json::Value& config)
 | 
			
		||||
    : AModule(config, "keyboard_state", id, false, !config["disable-scroll"].asBool()),
 | 
			
		||||
      bar_(bar),
 | 
			
		||||
      box_(bar.vertical ? Gtk::ORIENTATION_VERTICAL : Gtk::ORIENTATION_HORIZONTAL, 0),
 | 
			
		||||
      numlock_label_(""),
 | 
			
		||||
      capslock_label_(""),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user