summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 855ca478187c..c0381b8c75c9 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1208,9 +1208,6 @@ public:
/// Dumps itself and potentially its children to a property tree, to be written easily to JSON.
virtual boost::property_tree::ptree DumpAsPropertyTree();
- /// Dialog / window tunneling related methods.
- Size PaintActiveFloatingWindow(VirtualDevice& rDevice) const;
-
/// Same as MouseButtonDown(), but coordinates are in logic unit. used for LOK
virtual void LogicMouseButtonDown(const MouseEvent&) {};
/// Same as MouseButtonUp(), but coordinates are in logic unit. used for LOK