summaryrefslogtreecommitdiff
path: root/gtk/gtkiconcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkiconcache.c')
-rw-r--r--gtk/gtkiconcache.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkiconcache.c b/gtk/gtkiconcache.c
index 9eb58cce2e..6134d1cc59 100644
--- a/gtk/gtkiconcache.c
+++ b/gtk/gtkiconcache.c
@@ -104,10 +104,7 @@ _gtk_icon_cache_new_for_path (const gchar *path)
HANDLE handle = NULL;
#endif
- if (g_getenv ("GTK_NO_ICON_CACHE"))
- return NULL;
-
- /* Check if we have a cache file */
+ /* Check if we have a cache file */
cache_filename = g_build_filename (path, "icon-theme.cache", NULL);
GTK_NOTE (ICONTHEME,