Remove code that has no effect
authorPaul Cornett <paulcor@bullseye.com>
Fri, 16 Nov 2012 07:24:29 +0000 (07:24 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Fri, 16 Nov 2012 07:24:29 +0000 (07:24 +0000)
commit4acce0879941bc85fbcc990ba3fc0d4eacc65f06
tree2a5e79f00326b0760c312234ee9232f7266aa432
parentb77bb705dd090bbb674cebb29c167598f978c4a4
Remove code that has no effect

Adjusting the wxEVT_ENTER_WINDOW mouse position is pointless, execution won't reach that far if
gdk_event->window != gtk_widget_get_window(widget), and GetClientAreaOrigin() always returns (0,0).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp