diff options
Diffstat (limited to 'src/desktop/Window.hpp')
-rw-r--r-- | src/desktop/Window.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/desktop/Window.hpp b/src/desktop/Window.hpp index c72f010e..7b2cfbdf 100644 --- a/src/desktop/Window.hpp +++ b/src/desktop/Window.hpp @@ -399,7 +399,6 @@ class CWindow { bool checkInputOnDecos(const eInputType, const Vector2D&, std::any = {}); pid_t getPID(); IHyprWindowDecoration* getDecorationByType(eDecorationType); - void removeDecorationByType(eDecorationType); void updateToplevel(); void updateSurfaceScaleTransformDetails(bool force = false); void moveToWorkspace(PHLWORKSPACE); |