summaryrefslogtreecommitdiff
path: root/pidgin/gtkroomlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/gtkroomlist.c')
-rw-r--r--pidgin/gtkroomlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pidgin/gtkroomlist.c b/pidgin/gtkroomlist.c
index f81dbfa460..4ef648c0d7 100644
--- a/pidgin/gtkroomlist.c
+++ b/pidgin/gtkroomlist.c
@@ -362,8 +362,6 @@ pidgin_roomlist_paint_tooltip(GtkWidget *widget, gpointer user_data)
style = grl->tipwindow->style;
- max_text_width = 0;
-
max_text_width = MAX(grl->tip_width, grl->tip_name_width);
max_width = TOOLTIP_BORDER + SMALL_SPACE + max_text_width + TOOLTIP_BORDER;