[Xfce4-commits] r30027 - in thunar/branches/migration-to-gio: . thunar
Jannis Pohlmann
jannis at xfce.org
Tue Jun 16 01:37:42 CEST 2009
Author: jannis
Date: 2009-06-15 23:37:41 +0000 (Mon, 15 Jun 2009)
New Revision: 30027
Modified:
thunar/branches/migration-to-gio/ChangeLog
thunar/branches/migration-to-gio/thunar/thunar-icon-factory.c
Log:
* thunar/thunar-icon-factory.c: Remove commented code.
Modified: thunar/branches/migration-to-gio/ChangeLog
===================================================================
--- thunar/branches/migration-to-gio/ChangeLog 2009-06-15 20:06:54 UTC (rev 30026)
+++ thunar/branches/migration-to-gio/ChangeLog 2009-06-15 23:37:41 UTC (rev 30027)
@@ -1,3 +1,7 @@
+2009-06-16 Jannis Pohlmann <jannis at xfce.org>
+
+ * thunar/thunar-icon-factory.c: Remove commented code.
+
2009-06-15 Jannis Pohlmann <jannis at xfce.org>
* thunar/thunar-thumbnailer.c: Don't queue files that are part of an
Modified: thunar/branches/migration-to-gio/thunar/thunar-icon-factory.c
===================================================================
--- thunar/branches/migration-to-gio/thunar/thunar-icon-factory.c 2009-06-15 20:06:54 UTC (rev 30026)
+++ thunar/branches/migration-to-gio/thunar/thunar-icon-factory.c 2009-06-15 23:37:41 UTC (rev 30027)
@@ -531,18 +531,8 @@
{
ThunarIconKey lookup_key;
ThunarIconKey *key;
-#if 0
- ThunarVfsPath *path;
- ThunarVfsInfo *info;
- const gchar *filename;
-#endif
GtkIconInfo *icon_info;
GdkPixbuf *pixbuf = NULL;
-#if 0
- GdkPixbuf *scaled;
- GError *err = NULL;
- gchar *thumbnail;
-#endif
_thunar_return_val_if_fail (THUNAR_IS_ICON_FACTORY (factory), NULL);
_thunar_return_val_if_fail (name != NULL && *name != '\0', NULL);
More information about the Xfce4-commits
mailing list