diff src/w32term.c @ 109495:2899bda31dbe

* w32term.c (my_set_focus): #ifdef away; currently not used.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 23 Jul 2010 12:09:27 +0200
parents d12162869c07
children 68ca98ae70fb
line wrap: on
line diff
--- a/src/w32term.c	Fri Jul 23 11:52:32 2010 +0200
+++ b/src/w32term.c	Fri Jul 23 12:09:27 2010 +0200
@@ -3366,12 +3366,14 @@
 #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)