]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
macro naming changes
[wxWidgets.git] / src / common / wincmn.cpp
index d553b83ec3e918d8e1419b8c9a6a18e4790d5c5f..d38042bda33afe316a65351a9e715964de3a651d 100644 (file)
@@ -331,9 +331,6 @@ bool wxWindowBase::Close(bool force)
 {
     wxCloseEvent event(wxEVT_CLOSE_WINDOW, m_windowId);
     event.SetEventObject(this);
-#if WXWIN_COMPATIBILITY
-    event.SetForce(force);
-#endif // WXWIN_COMPATIBILITY
     event.SetCanVeto(!force);
 
     // return FALSE if window wasn't closed because the application vetoed the