diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-01-16 13:32:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2025-01-16 16:47:08 +0100 |
commit | 6c8c2ce7c3d6ecb57fa0736447c8aeff287c92f4 (patch) | |
tree | 3ab33882483da8a3bd24f8784f82c8286f46a536 /include/vcl/window.hxx | |
parent | 2507d08388dd03547d2c5fc5aeedc5aa0f166bd1 (diff) |
loplugin:unusedmethods
Change-Id: I8041b975ee8e1cb0a75c43c6332f315627847033
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180343
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 31d0cdfde720..9ea6cd449bb2 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -768,7 +768,6 @@ public: SAL_DLLPRIVATE bool IsDockingWindow() const; bool IsDialog() const; bool IsMenuFloatingWindow() const; - bool IsToolbarFloatingWindow() const; bool IsNativeFrame() const; bool IsTopWindow() const; SystemWindow* GetSystemWindow() const; |