diff options
-rw-r--r-- | libempathy-gtk/empathy-ft-manager.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-ft-manager.c b/libempathy-gtk/empathy-ft-manager.c index a39720e18..53f3345bb 100644 --- a/libempathy-gtk/empathy-ft-manager.c +++ b/libempathy-gtk/empathy-ft-manager.c @@ -602,8 +602,6 @@ ft_manager_add_tp_file_to_list (EmpathyFTManager *ft_manager, GtkTreePath *path; GtkIconTheme *theme; gchar *icon_name; - gint width = 16; - gint height = 16; gchar *content_type; gtk_list_store_insert_with_values (GTK_LIST_STORE (ft_manager->priv->model), @@ -640,11 +638,6 @@ ft_manager_add_tp_file_to_list (EmpathyFTManager *ft_manager, icon_name = gnome_icon_lookup (theme, NULL, NULL, NULL, NULL, content_type, GNOME_ICON_LOOKUP_FLAGS_NONE, NULL); - gtk_icon_size_lookup_for_settings (gtk_widget_get_settings ( - ft_manager->priv->window), - GTK_ICON_SIZE_MENU, &width, &height); - width *= 2; - gtk_list_store_set (GTK_LIST_STORE ( ft_manager->priv->model), &iter, COL_ICON, icon_name, -1); |