diff src/conversation.h @ 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 c203cd637f95
children 11e465b55fe6
line wrap: on
line diff
--- a/src/conversation.h	Sat Jun 11 22:30:08 2005 +0000
+++ b/src/conversation.h	Sat Jun 11 23:29:56 2005 +0000
@@ -160,7 +160,6 @@
 	void (*show)(GaimConvWindow *win);
 	void (*hide)(GaimConvWindow *win);
 	void (*raise)(GaimConvWindow *win);
-	void (*flash)(GaimConvWindow *win);
 
 	void (*switch_conversation)(GaimConvWindow *win, GaimConversation *conv);
 	void (*add_conversation)(GaimConvWindow *win, GaimConversation *conv);
@@ -361,13 +360,6 @@
 void gaim_conv_window_raise(GaimConvWindow *win);
 
 /**
- * Causes the window to flash for IM notification, if the UI supports this.
- *
- * @param win The window.
- */
-void gaim_conv_window_flash(GaimConvWindow *win);
-
-/**
  * Sets the specified window's UI window operations structure.
  *
  * @param win The window.