From: Juanma Barranquero Date: Fri, 23 Jul 2010 10:09:27 +0000 (+0200) Subject: * w32term.c (my_set_focus): #ifdef away; currently not used. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e6c8532c79e7148c63eadd32dd9006d388616a7;p=emacs.git * w32term.c (my_set_focus): #ifdef away; currently not used. --- diff --git a/src/ChangeLog b/src/ChangeLog index 143b56f2c41..2e8b8484a1b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2010-07-23 Juanma Barranquero + * w32term.c (my_set_focus): #ifdef away; it is called only from + "#ifdef 0" code. + * w32fns.c (x_edge_detection): * xfaces.c (may_use_scalable_font_p): Remove obsolete static declarations. diff --git a/src/w32term.c b/src/w32term.c index 3a0a1b1abae..abd7843c2ef 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -3366,12 +3366,14 @@ my_set_window_pos (HWND hwnd, HWND hwndAfter, #endif } +#if 0 static void my_set_focus (struct frame * f, HWND hwnd) { SendMessage (FRAME_W32_WINDOW (f), WM_EMACS_SETFOCUS, (WPARAM) hwnd, 0); } +#endif static void my_set_foreground_window (HWND hwnd)