diff src/filefilter.h @ 1327:15208b140481

quoted_value is no longer needed
author nadvornik
date Thu, 26 Feb 2009 08:04:52 +0000
parents 55ea4962887a
children 6933974f0885
line wrap: on
line diff
--- a/src/filefilter.h	Wed Feb 25 23:04:08 2009 +0000
+++ b/src/filefilter.h	Thu Feb 26 08:04:52 2009 +0000
@@ -46,7 +46,7 @@
 void filter_load_file_type(const gchar **attribute_names, const gchar **attribute_values);
 
 
-void sidecar_ext_parse(const gchar *text, gboolean quoted);
+void sidecar_ext_parse(const gchar *text);
 gchar *sidecar_ext_to_string(void);
 GList *sidecar_ext_get_list(void);