commented out an unused var
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -463,7 +463,9 @@ bool wxApp::ProcessXEvent(WXEvent* _event)
|
||||
|
||||
wxWindow* win = NULL;
|
||||
Window window = XEventGetWindow(event);
|
||||
#if 0
|
||||
Window actualWindow = window;
|
||||
#endif
|
||||
|
||||
// Find the first wxWindow that corresponds to this event window
|
||||
// Because we're receiving events after a window
|
||||
|
Reference in New Issue
Block a user