diff src/conversation.c @ 11003:2b772e7094ef

[gaim-migrate @ 12858] Kevin Stange made this patch to remove the win32 flashing from the gaim core and put it the winprefs plugin. He also cleaned up the winprefs plugin quite a bit. Blame him if it doesn't work ;) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 11 Jun 2005 23:29:56 +0000
parents 57e3e958ff49
children 50224ac8184d
line wrap: on
line diff
--- a/src/conversation.c	Sat Jun 11 22:30:08 2005 +0000
+++ b/src/conversation.c	Sat Jun 11 23:29:56 2005 +0000
@@ -367,21 +367,6 @@
 	ops->raise(win);
 }
 
-void
-gaim_conv_window_flash(GaimConvWindow *win)
-{
-	GaimConvWindowUiOps *ops;
-
-	g_return_if_fail(win != NULL);
-
-	ops = gaim_conv_window_get_ui_ops(win);
-
-	if (ops == NULL || ops->flash == NULL)
-		return;
-
-	ops->flash(win);
-}
-
 gboolean
 gaim_conv_window_has_focus(GaimConvWindow *win)
 {