src/conversation.h

changeset 11003
7431f26d6c2e
parent 10849
476d68d7a435
child 11035
c10c382f4896
--- 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.

mercurial