]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/toplevel.cpp
Warning fix.
[wxWidgets.git] / src / motif / toplevel.cpp
index 01342c5b9b9c0bddab92f4f118e4017d59a0bdef..bfa9a8a98213aef0c73df90af30cb1cc92e9c487 100644 (file)
@@ -65,14 +65,7 @@ static void wxTLWEventHandler( Widget wid,
 
 void wxTopLevelWindowMotif::PreDestroy()
 {
-#ifdef __VMS
-#pragma message disable codcauunr
-#endif
-   if ( (GetWindowStyleFlag() & wxDIALOG_MODAL) != wxDIALOG_MODAL )
-        wxModelessWindows.DeleteObject(this);
-#ifdef __VMS
-#pragma message enable codcauunr
-#endif
+    wxModelessWindows.DeleteObject(this);
 
     m_icons.m_icons.Empty();