diff options
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) |