summaryrefslogtreecommitdiff
path: root/vcl/inc/svdata.hxx
diff options
context:
space:
mode:
authorRas-al-Ghul <dipankar1995@gmail.com>2016-02-02 19:42:15 +0530
committerMichael Meeks <michael.meeks@collabora.com>2016-02-03 12:53:08 +0000
commit60d6cb4faaffeef7e4660b2077c7d41a6865b761 (patch)
treeecbbda974d0bf4752ff56e22f55376d870f733d7 /vcl/inc/svdata.hxx
parent384c815eda697d75706f686dc2ceb227b4d3f245 (diff)
tdf#96888 - Kill internal vcl dog-tags ...
Removed some more usages of ImplDelData Change-Id: Ieb3c83ecebaa799bec6ae409dd480ac123b8a460 Reviewed-on: https://gerrit.libreoffice.org/22040 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r--vcl/inc/svdata.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index d139c140edd0..e43b0d4a676d 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -375,19 +375,6 @@ struct ImplDelData
ImplDelData* mpNext;
VclPtr<vcl::Window> mpWindow;
bool mbDel;
-
- ImplDelData( vcl::Window* pWindow = nullptr );
- virtual ~ImplDelData();
-
- bool IsDead() const
- {
- DBG_ASSERT( !mbDel, "object deleted while in use !" );
- return mbDel;
- }
-
-private:
- void AttachToWindow( const vcl::Window* );
-
};
struct ImplSVEvent