From: Richard M. Stallman Date: Tue, 3 Sep 1996 21:41:33 +0000 (+0000) Subject: (Ffocus_frame, Funfocus_frame): Functions deleted. X-Git-Tag: emacs-20.1~3855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c14d06e310ef48eec07c9932861f9610b6c351b0;p=emacs.git (Ffocus_frame, Funfocus_frame): Functions deleted. --- diff --git a/src/w32fns.c b/src/w32fns.c index 4753caf7960..04529ab8184 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -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; -} XFontStruct * win32_load_font (dpyinfo,name)