refactor: get rid of some mutex

This commit is contained in:
Alex
2019-06-15 15:01:03 +02:00
parent 340ec7be91
commit 90a9c0e25f
2 changed files with 0 additions and 4 deletions

View File

@ -27,7 +27,6 @@ class AModule : public IModule {
const Json::Value &config_;
Gtk::EventBox event_box_;
std::string click_param_;
std::mutex mutex_;
virtual bool handleToggle(GdkEventButton *const &ev);
virtual bool handleScroll(GdkEventScroll *);