]> git.eshelyaron.com Git - emacs.git/commitdiff
* w32term.c (x_unfocus_frame): Remove unused dummy function.
authorDmitry Antipov <dmantipov@yandex.ru>
Fri, 2 Aug 2013 04:21:51 +0000 (08:21 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Fri, 2 Aug 2013 04:21:51 +0000 (08:21 +0400)
src/ChangeLog
src/w32term.c

index b2b006d3e81ddccbc04c6a8653123597ebf0816e..c76838a2811b6cf35f3d42ed08d391bbd1e280f7 100644 (file)
@@ -8,6 +8,7 @@
        (update_frame_menubar, set_frame_menubar, free_frame_menubar)
        (create_and_show_popup_menu, xmenu_show, create_and_show_dialog)
        (xdialog_show): Use eassert for debugging check.
+       * w32term.c (x_unfocus_frame): Remove unused dummy function.
 
 2013-08-01  Paul Eggert  <eggert@cs.ucla.edu>
 
index f91bfc2dc7f2c9f5d71d42a22de3832fba54e774..aab6c27e665d20baa9bce9377c8a3a40a2f0f1e2 100644 (file)
@@ -5889,11 +5889,6 @@ x_focus_on_frame (struct frame *f)
   unblock_input ();
 }
 
-void
-x_unfocus_frame (struct frame *f)
-{
-}
-
 /* Raise frame F.  */
 void
 x_raise_frame (struct frame *f)