diff -r 0be28aa755ab -r 7431f26d6c2e src/conversation.h --- 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.