mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Removing 'click_param' as it is no longer used.
This commit is contained in:
parent
bb33427f65
commit
c6743988d3
@ -19,7 +19,6 @@ class ALabel : public AModule {
|
||||
protected:
|
||||
Gtk::Label label_;
|
||||
std::string format_;
|
||||
std::string click_param;
|
||||
const std::chrono::seconds interval_;
|
||||
bool alt_ = false;
|
||||
std::string default_format_;
|
||||
|
@ -67,7 +67,6 @@ bool waybar::modules::IdleInhibitor::handleToggle(GdkEventButton* const& e) {
|
||||
status = "activated";
|
||||
}
|
||||
waybar::Client::inst()->idle_inhibitor_status = status;
|
||||
click_param = status;
|
||||
}
|
||||
|
||||
// Make all other idle inhibitor modules update
|
||||
|
Loading…
Reference in New Issue
Block a user