changeset 331:d8e285551598

Drop unused stuff.
author zas_
date Sat, 12 Apr 2008 08:59:52 +0000
parents 57a4ced53618
children 3c4bad726e98
files src/globals.c src/typedefs.h
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/globals.c	Sat Apr 12 08:40:02 2008 +0000
+++ b/src/globals.c	Sat Apr 12 08:59:52 2008 +0000
@@ -133,7 +133,5 @@
 	options->color_profile.screen_file = NULL;
 	options->color_profile.use_image = TRUE;
 
-	options->filename_filter = NULL;
-
 	return options;
 }
--- a/src/typedefs.h	Sat Apr 12 08:40:02 2008 +0000
+++ b/src/typedefs.h	Sat Apr 12 08:59:52 2008 +0000
@@ -813,7 +813,6 @@
 	gint thumbnails_enabled;
 
 	/* file filtering */
-	GList *filename_filter;
 	gint show_dot_files;
 	gint file_filter_disable;