Kaydet (Commit) d5d6efe7 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: remove obsolete commented out assert from window.cxx

Change-Id: Ibf478abae5aa0574279e8b45c26b96ab66bfe203
üst f62aa7ca
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment