diff options
| author | Richard M. Stallman | 1996-09-03 21:41:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-03 21:41:33 +0000 |
| commit | c14d06e310ef48eec07c9932861f9610b6c351b0 (patch) | |
| tree | b25dcadcce0398c5633f55b84a79086321a1feaf /src | |
| parent | 7722472277f7d288e17fe946957a5a6719c9f4b1 (diff) | |
| download | emacs-c14d06e310ef48eec07c9932861f9610b6c351b0.tar.gz emacs-c14d06e310ef48eec07c9932861f9610b6c351b0.zip | |
(Ffocus_frame, Funfocus_frame): Functions deleted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 15 |
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 | |||
| 3741 | DEFUN ("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 | |||
| 3749 | DEFUN ("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 | ||
| 3756 | XFontStruct * | 3741 | XFontStruct * |
| 3757 | win32_load_font (dpyinfo,name) | 3742 | win32_load_font (dpyinfo,name) |