From 53312ca4ee722a6d5ba22d1f578c6de5fbc37207 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 8 Jun 2019 08:51:44 +0200 Subject: loplugin:unusedmethods Change-Id: I52efd8d843d0e4cc7a6adefb0eb95aa50469af38 Reviewed-on: https://gerrit.libreoffice.org/73693 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/layout.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/vcl/layout.hxx') diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index cb031a0efe3b..fa8765277488 100644 --- a/include/vcl/layout.hxx +++ b/include/vcl/layout.hxx @@ -810,10 +810,6 @@ inline bool isContainerWindow(const vcl::Window *pWindow) return pWindow && isContainerWindow(*pWindow); } -//Returns true if the containing dialog is doing its initial -//layout and isn't visible yet -VCL_DLLPUBLIC bool isInitialLayout(const vcl::Window *pWindow); - // retro-fitting utilities //Get a Size which is large enough to contain all children with -- cgit v1.2.3