mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-04 01:32:42 +01:00 
			
		
		
		
	refactor: remove useless tmp variable
This commit is contained in:
		@@ -18,9 +18,6 @@ class ALabel : public IModule {
 | 
			
		||||
  Gtk::Label label_;
 | 
			
		||||
  const Json::Value& config_;
 | 
			
		||||
  std::string format_;
 | 
			
		||||
  std::string button_press_cmd_ = "";
 | 
			
		||||
  std::string scroll_up_cmd_ = "";
 | 
			
		||||
  std::string scroll_down_cmd_ = "";
 | 
			
		||||
  std::mutex mutex_;
 | 
			
		||||
 | 
			
		||||
 private:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user