fix: remove unused attributes
This commit is contained in:
@ -22,9 +22,6 @@ class WindowCount : public waybar::AAppIconLabel, public EventHandler {
|
||||
struct Workspace {
|
||||
int id;
|
||||
int windows;
|
||||
std::string last_window;
|
||||
std::string last_window_title;
|
||||
|
||||
static auto parse(const Json::Value& value) -> Workspace;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user