X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fevent-msw.c;h=ee3595f4e0f1600f4aa402b58dcaf3e840aef381;hb=7b4b1b26bb371112bf3e18732864bc08584127b6;hp=a09c81fe60fdc373ca3a07f9dcf50b3eba18055a;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- diff --git a/src/event-msw.c b/src/event-msw.c index a09c81f..ee3595f 100644 --- a/src/event-msw.c +++ b/src/event-msw.c @@ -2794,8 +2794,6 @@ mswindows_wnd_proc (HWND hwnd, UINT message_, WPARAM wParam, LPARAM lParam) case CBN_SELCHANGE: if (!NILP (mswindows_handle_gui_wm_command (frame, cid, id))) return 0; - case BN_SETFOCUS: - } /* menubars always must come last since the hashtables do not always exist*/