aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-03 21:41:33 +0000
committerRichard M. Stallman1996-09-03 21:41:33 +0000
commitc14d06e310ef48eec07c9932861f9610b6c351b0 (patch)
treeb25dcadcce0398c5633f55b84a79086321a1feaf /src
parent7722472277f7d288e17fe946957a5a6719c9f4b1 (diff)
downloademacs-c14d06e310ef48eec07c9932861f9610b6c351b0.tar.gz
emacs-c14d06e310ef48eec07c9932861f9610b6c351b0.zip
(Ffocus_frame, Funfocus_frame): Functions deleted.
Diffstat (limited to 'src')
-rw-r--r--src/w32fns.c15
1 files changed, 0 insertions, 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)
3737 XSETFRAME (xfocus, dpyinfo->win32_focus_frame); 3737 XSETFRAME (xfocus, dpyinfo->win32_focus_frame);
3738 return xfocus; 3738 return xfocus;
3739} 3739}
3740
3741DEFUN ("focus-frame", Ffocus_frame, Sfocus_frame, 1, 1, 0,
3742 "This function is obsolete, and does nothing.")
3743 (frame)
3744 Lisp_Object frame;
3745{
3746 return Qnil;
3747}
3748
3749DEFUN ("unfocus-frame", Funfocus_frame, Sunfocus_frame, 0, 0, 0,
3750 "This function is obsolete, and does nothing.")
3751 ()
3752{
3753 return Qnil;
3754}
3755 3740
3756XFontStruct * 3741XFontStruct *
3757win32_load_font (dpyinfo,name) 3742win32_load_font (dpyinfo,name)