diff options
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index ceaa041b6..4637aa2de 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -2442,12 +2442,6 @@ CenterWindow( } #endif /* FEAT_GUI_DIALOG */ -void -gui_mch_activate_window(void) -{ - (void)SetActiveWindow(s_hwnd); -} - #if defined(FEAT_TOOLBAR) || defined(PROTO) void gui_mch_show_toolbar(int showit) |