diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window.cxx | 3 |
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 ) |