refactor: remove useless param

This commit is contained in:
Alex
2019-05-16 09:39:06 +02:00
parent 7e8eee0571
commit 963d4f68e4
3 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ class ALabel : public IModule {
virtual bool handleToggle(GdkEventButton *const &ev);
virtual bool handleScroll(GdkEventScroll *);
virtual std::string getState(uint8_t value, bool lesser = false, bool reverse = false);
virtual std::string getState(uint8_t value, bool lesser = false);
private:
std::vector<int> pid_;