summaryrefslogtreecommitdiff
path: root/src/w32fns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-03 21:41:33 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-03 21:41:33 +0000
commit4af8b6ff78ac927ea15cc70e31ef019c5556f75d (patch)
tree56af01dedcbe0a7677643ef8cfb76109a5fb3d34 /src/w32fns.c
parent7869f4b9bc980db0a0fa0576c8c07a2d2d2a4e6f (diff)
downloademacs-4af8b6ff78ac927ea15cc70e31ef019c5556f75d.tar.gz
(Ffocus_frame, Funfocus_frame): Functions deleted.
Diffstat (limited to 'src/w32fns.c')
-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)
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)