remove getWindowData

This commit is contained in:
MisterPine
2023-07-08 23:22:29 +02:00
parent 9ee883ee1b
commit f97c1c7136
2 changed files with 0 additions and 14 deletions

View File

@ -37,7 +37,6 @@ class Window : public waybar::ALabel, public EventHandler {
auto getActiveWorkspace(const std::string&) -> Workspace;
auto getActiveWorkspace() -> Workspace;
auto getWindowData(const std::string& window_id) -> WindowData;
void onEvent(const std::string&) override;
void queryActiveWorkspace();
void setClass(const std::string&, bool enable);