]> code.delx.au - gnu-emacs/commitdiff
(Ffocus_frame, Funfocus_frame): Functions deleted.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 Sep 1996 21:41:33 +0000 (21:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 Sep 1996 21:41:33 +0000 (21:41 +0000)
src/w32fns.c

index 4753caf796075bbacdb009fc02dc7e881bdade5d..04529ab818467b307334ea25958f7d8cca12cfdb 100644 (file)
@@ -3737,21 +3737,6 @@ x_get_focus_frame (frame)
   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;
-}
 \f
 XFontStruct *
 win32_load_font (dpyinfo,name)