]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/app.cpp
Patch [ 726877 ]: Remove /GX- from makevc.env
[wxWidgets.git] / src / motif / app.cpp
index 4fd539d71c4a02be6e22560f49cf9f58e80fda23..63cfd7ab1cc754674a395f19d3ad6ee76d904196 100644 (file)
@@ -306,9 +306,6 @@ void wxApp::ExitMainLoop()
 // Is a message/event pending?
 bool wxApp::Pending()
 {
-<<<<<<< app.cpp
-    return XtAppPending( (XtAppContext) GetAppContext() ) != 0;
-=======
     return m_eventLoop->Pending();
 #if 0
     XFlush(XtDisplay( (Widget) wxTheApp->GetTopLevelWidget() ));
@@ -317,7 +314,6 @@ bool wxApp::Pending()
     // is found.
     return ((XtAppPending( (XtAppContext) GetAppContext() ) & XtIMXEvent) != 0) ;
 #endif
->>>>>>> 1.57
 }
 
 // Dispatch a message.