# HG changeset patch # User Mark Doliner # Date 1113880730 0 # Node ID 9c4dca2deb99bbc602947b722aaf01f4e0cded6b # Parent a9d989c84609e0ac35b7f3a2d9a21168650e942d [gaim-migrate @ 12513] sf patch #1185437, from Richard Laager "After the removal of gaim_conversation_get_index, this plugin started spewing warnings. From what I can see, this is completely dead code. This patch removes it." committer: Tailor Script diff -r a9d989c84609 -r 9c4dca2deb99 plugins/notify.c --- a/plugins/notify.c Tue Apr 19 03:16:43 2005 +0000 +++ b/plugins/notify.c Tue Apr 19 03:18:50 2005 +0000 @@ -294,12 +294,6 @@ gtkwin = GAIM_GTK_WINDOW(gaim_conversation_get_window(conv)); if (gaim_prefs_get_bool("/plugins/gtk/X11/notify/notify_focus")) { - GtkWidget *child = NULL; - gint page_num; - - page_num = gaim_conversation_get_index(conv); - child = gtk_notebook_get_nth_page(GTK_NOTEBOOK(gtkwin->notebook), page_num); - /* TODO should really find a way to make this work no matter where the * focus is inside the conv window, without having to bind to * focus-in-event on the g(d|t)kwindow */