# HG changeset patch # User Herman Bloggs # Date 1048530489 0 # Node ID 651830ba3720ec72999da85da156dd83f6adf72b # Parent 9b51c090236aa6dd6814fc5a15428cb898958bda [gaim-migrate @ 5211] Removed st_loginwin_filter committer: Tailor Script diff -r 9b51c090236a -r 651830ba3720 src/win32/systray.c --- a/src/win32/systray.c Mon Mar 24 18:27:00 2003 +0000 +++ b/src/win32/systray.c Mon Mar 24 18:28:09 2003 +0000 @@ -397,23 +397,6 @@ * PUBLIC CODE */ -/* - * GAIM WINDOW FILTERS - **********************/ - -GdkFilterReturn st_loginwin_filter( GdkXEvent *xevent, GdkEvent *event, gpointer data) { - MSG *msg = (MSG*)xevent; - - switch( msg->message ) { - case WM_CLOSE: - wgaim_systray_minimize(mainwindow); - gtk_widget_hide(mainwindow); - return GDK_FILTER_REMOVE; - } - - return GDK_FILTER_CONTINUE; -} - /* Create a hidden window and associate it with the systray icon. We use this hidden window to proccess WM_TRAYMESSAGE msgs. */ void wgaim_systray_init(void) {