]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
*** empty log message ***
[wxWidgets.git] / src / motif / utils.cpp
index 65d6c32becad7c80410e643bd4a7c30697efdcad..41679869ccc21b60dc255280af6fc568ca780a63 100644 (file)
@@ -75,7 +75,7 @@ void wxFlushEvents()
     Display *display = (Display*) wxGetDisplay();
 
     XSync (display, FALSE);
     Display *display = (Display*) wxGetDisplay();
 
     XSync (display, FALSE);
-    XEvent event;
+
     // XtAppPending returns availability of events AND timers/inputs, which
     // are processed via callbacks, so XtAppNextEvent will not return if
     // there are no events. So added '& XtIMXEvent' - Sergey.
     // XtAppPending returns availability of events AND timers/inputs, which
     // are processed via callbacks, so XtAppNextEvent will not return if
     // there are no events. So added '& XtIMXEvent' - Sergey.