Removing 'click_param' as it is no longer used.

This commit is contained in:
Jordan Leppert 2020-11-01 16:03:39 +00:00
parent bb33427f65
commit c6743988d3
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ class ALabel : public AModule {
protected: protected:
Gtk::Label label_; Gtk::Label label_;
std::string format_; std::string format_;
std::string click_param;
const std::chrono::seconds interval_; const std::chrono::seconds interval_;
bool alt_ = false; bool alt_ = false;
std::string default_format_; std::string default_format_;

View File

@ -67,7 +67,6 @@ bool waybar::modules::IdleInhibitor::handleToggle(GdkEventButton* const& e) {
status = "activated"; status = "activated";
} }
waybar::Client::inst()->idle_inhibitor_status = status; waybar::Client::inst()->idle_inhibitor_status = status;
click_param = status;
} }
// Make all other idle inhibitor modules update // Make all other idle inhibitor modules update