]> code.delx.au - gnu-emacs/blobdiff - src/w32fns.c
(Ffocus_frame, Funfocus_frame): Functions deleted.
[gnu-emacs] / 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)