From 7e776c0027c19f1bb8e64dd68d3fd9ded0b5d896 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 2 Oct 2015 08:37:23 +0200 Subject: loplugin:unusedmethods Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af --- include/vcl/layout.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/vcl/layout.hxx') diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx index 0be5645d0c68..f3d0f980634e 100644 --- a/include/vcl/layout.hxx +++ b/include/vcl/layout.hxx @@ -363,9 +363,6 @@ public: virtual bool set_property(const OString &rKey, const OString &rValue) SAL_OVERRIDE; }; -VCL_DLLPUBLIC void setGridAttach(vcl::Window &rWidget, sal_Int32 nLeft, sal_Int32 nTop, - sal_Int32 nWidth = 1, sal_Int32 nHeight = 1); - class VCL_DLLPUBLIC VclBin : public VclContainer { public: -- cgit