diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 14:14:15 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 14:14:15 +0100 |
commit | 93a8635776834a03fc794cf8eba1e98a88e88be8 (patch) | |
tree | 3e23bb18b3ad0f430e3b23f967f60aacd7e6932d /vcl | |
parent | 567dbbc5e952170f20673ca795a609220aee792f (diff) |
Cleanup layout and window merge.
Change-Id: Ic61f85ef159981721420ebc5157bcf09cf09ec51
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index bcf21e923a0b..cd26b3d4cd84 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -159,8 +159,6 @@ void Window::dispose() xCanvasComponent->dispose(); } - mpWindowImpl->mbInDtor = true; - CallEventListeners( VCLEVENT_OBJECT_DYING ); // do not send child events for frames that were registered as native frames |