summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/vcl/window.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index bc762f458150..d69de6d57e17 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -591,9 +591,6 @@ public:
SAL_DLLPRIVATE void ImplPosSizeWindow( long nX, long nY, long nWidth, long nHeight, PosSizeFlags nFlags );
- SAL_DLLPRIVATE void ImplAddDel( ImplDelData* pDel ) const;
- SAL_DLLPRIVATE void ImplRemoveDel( ImplDelData* pDel ) const;
-
SAL_DLLPRIVATE void ImplCallResize();
SAL_DLLPRIVATE void ImplCallMove();