From c14d06e310ef48eec07c9932861f9610b6c351b0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 3 Sep 1996 21:41:33 +0000 Subject: [PATCH] (Ffocus_frame, Funfocus_frame): Functions deleted. --- src/w32fns.c | 15 --------------- 1 file changed, 15 deletions(-) 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) -- 2.39.2