summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-03-19 13:12:53 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-04-10 12:11:16 +0100
commitb5f08b336af03b78035d24114e78b7fdb98b8dce (patch)
tree709af224ffd0c7c89573c2db474b7b5b94734310 /vcl
parent4ce5a6e2d51e40c13d8578efe05bd014382586d7 (diff)
remove erroneous new disposeAndClear.
Change-Id: Ib593f05447a8a657649ef83febb4ef0e5b6476dd
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/window.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index fffd6a8ecfca..2af94700afce 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -497,7 +497,6 @@ void Window::dispose()
// release SalGraphics
OutputDevice *pOutDev = GetOutDev();
pOutDev->ReleaseGraphics();
- mpOutputDevice.disposeAndClear();
// notify ImplDelData subscribers of this window about the window deletion
ImplDelData* pDelData = mpWindowImpl->mpFirstDel;