# HG changeset patch # User Richard M. Stallman # Date 841786893 0 # Node ID 784c007800c547af39ca27e59d17d1d6942dcebc # Parent a2e77dc54e241edda8eb965e01c6b39c7ce6e0f7 (Ffocus_frame, Funfocus_frame): Functions deleted. diff -r a2e77dc54e24 -r 784c007800c5 src/w32fns.c --- 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)