move accel handling in front of the normal keyDown handling
[wxWidgets.git] / src / x11 / utils.cpp
index ffc6805717632501877a0413574939f19a0b6641..fa01d86848c3d62a82e81807a3dd628e09657621 100644 (file)
@@ -395,10 +395,3 @@ wxString wxGetXEventName(XEvent& event)
 #endif
 }
 
-bool wxWindowIsVisible(Window win)
-{
-    XWindowAttributes wa;
-    XGetWindowAttributes(wxGlobalDisplay(), win, &wa);
-
-    return (wa.map_state == IsViewable);
-}