summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-09-09 17:56:01 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-09-10 20:14:50 +1000
commitd5d6efe7331052634e230cbbac83eea1959f27e8 (patch)
tree24762fcfc2097e563b1aade04e3b87153569ecaa
parentf62aa7cafe3e5413c70c5cb2e75de2114b4fd9d0 (diff)
vcl: remove obsolete commented out assert from window.cxx
Change-Id: Ibf478abae5aa0574279e8b45c26b96ab66bfe203
-rw-r--r--vcl/source/window/window.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 73940bce7e7d..00d4c8c5598d 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -232,9 +232,6 @@ Window::~Window()
"Window::~Window(): Window is in TrackingMode" );
DBG_ASSERT( pSVData->maWinData.mpCaptureWin != this,
"Window::~Window(): Window has the mouse captured" );
- // #103442# DefModalDialogParent is now determined on-the-fly, so this pointer is unimportant now
- //DBG_ASSERT( pSVData->maWinData.mpDefDialogParent != this,
- // "Window::~Window(): Window is DefModalDialogParent" );
// due to old compatibility
if ( pSVData->maWinData.mpTrackWin == this )