diff src/w32fns.c @ 16089:784c007800c5

(Ffocus_frame, Funfocus_frame): Functions deleted.
author Richard M. Stallman <rms@gnu.org>
date Tue, 03 Sep 1996 21:41:33 +0000
parents 2dca1915aadb
children fdd1b2ade15d
line wrap: on
line diff
--- a/src/w32fns.c	Tue Sep 03 21:38:45 1996 +0000
+++ b/src/w32fns.c	Tue Sep 03 21:41:33 1996 +0000
@@ -3737,21 +3737,6 @@
   XSETFRAME (xfocus, dpyinfo->win32_focus_frame);
   return xfocus;
 }
-
-DEFUN ("focus-frame", Ffocus_frame, Sfocus_frame, 1, 1, 0,
-  "This function is obsolete, and does nothing.")
-  (frame)
-     Lisp_Object frame;
-{
-  return Qnil;
-}
-
-DEFUN ("unfocus-frame", Funfocus_frame, Sunfocus_frame, 0, 0, 0,
-  "This function is obsolete, and does nothing.")
-  ()
-{
-  return Qnil;
-}
 
 XFontStruct *
 win32_load_font (dpyinfo,name)