summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArnaud Versini <arnaud.versini@gmail.com>2016-05-05 18:14:30 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-10 06:46:39 +0000
commitb0ea829f686b0cb690e2c2828389263f36ee7c5d (patch)
tree995656125451e3a059677b4eb6d50c049e3c83b5 /include
parentc748debd8f1c6a8c0cd202013edebd74d608ada1 (diff)
vcl : Simplify vcl::Window initialisation and destruction
Change-Id: Ie3a8435d0adff795645618deb2c3c3da813e54f3 Reviewed-on: https://gerrit.libreoffice.org/24681 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 11dc971e0fc9..50d15e8cb188 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -629,8 +629,6 @@ protected:
private:
- SAL_DLLPRIVATE void ImplInitWindowData( WindowType nType );
-
SAL_DLLPRIVATE void ImplSetFrameParent( const vcl::Window* pParent );
SAL_DLLPRIVATE void ImplInsertWindow( vcl::Window* pParent );