empathy r1862 - trunk/libempathy-gtk



Author: xclaesse
Date: Fri Nov 21 16:21:48 2008
New Revision: 1862
URL: http://svn.gnome.org/viewvc/empathy?rev=1862&view=rev

Log:
ft-manager: remove old code

Modified:
   trunk/libempathy-gtk/empathy-ft-manager.c

Modified: trunk/libempathy-gtk/empathy-ft-manager.c
==============================================================================
--- trunk/libempathy-gtk/empathy-ft-manager.c	(original)
+++ trunk/libempathy-gtk/empathy-ft-manager.c	Fri Nov 21 16:21:48 2008
@@ -602,8 +602,6 @@
   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 @@
   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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]