summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-01 16:36:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-02 13:58:03 +0000
commit2734a6ce77b9b104e065b0bc3cc593b107f49883 (patch)
tree716cfd23eae9b6d08bf2017ff7e1ffb736fe914a /include
parentfd40e3ea09a481a2e97452d2244ecdfd6c3508c1 (diff)
getNonLayoutRealParent is unused
Change-Id: Ie003bc7ccc9985162ea52a1b0164118d9c2ce437
Diffstat (limited to 'include')
-rw-r--r--include/vcl/layout.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 800f5ac274dc..542788ef038a 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -733,9 +733,6 @@ Size getLegacyBestSizeForChildren(const vcl::Window &rWindow);
//Get first parent which is not a layout widget
VCL_DLLPUBLIC vcl::Window* getNonLayoutParent(vcl::Window *pParent);
-//Get first real parent which is not a layout widget
-vcl::Window* getNonLayoutRealParent(vcl::Window *pParent);
-
//return true if this window and its stack of containers are all shown
bool isVisibleInLayout(const vcl::Window *pWindow);