summaryrefslogtreecommitdiff
path: root/vcl/source/window/dockingarea.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/dockingarea.cxx')
-rw-r--r--vcl/source/window/dockingarea.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/window/dockingarea.cxx b/vcl/source/window/dockingarea.cxx
index a1de6bc606e7..f735949ecab8 100644
--- a/vcl/source/window/dockingarea.cxx
+++ b/vcl/source/window/dockingarea.cxx
@@ -30,7 +30,6 @@ class DockingAreaWindow::ImplData
{
public:
ImplData();
- ~ImplData();
WindowAlign meAlign;
};
@@ -40,10 +39,6 @@ DockingAreaWindow::ImplData::ImplData()
meAlign = WindowAlign::Top;
}
-DockingAreaWindow::ImplData::~ImplData()
-{
-}
-
DockingAreaWindow::DockingAreaWindow( vcl::Window* pParent ) :
Window( WINDOW_DOCKINGAREA )
{