diff src/misc.h @ 1327:15208b140481

quoted_value is no longer needed
author nadvornik
date Thu, 26 Feb 2009 08:04:52 +0000
parents 8b89e3ff286b
children 956aab097ea7
line wrap: on
line diff
--- a/src/misc.h	Wed Feb 25 23:04:08 2009 +0000
+++ b/src/misc.h	Thu Feb 26 08:04:52 2009 +0000
@@ -17,8 +17,6 @@
 gchar *utf8_validate_or_convert(const gchar *text);
 gint utf8_compare(const gchar *s1, const gchar *s2, gboolean case_sensitive);
 gchar *expand_tilde(const gchar *filename);
-gchar *quoted_value(const gchar *text, const gchar **tail);
-gchar *escquote_value(const gchar *text);
 int runcmd(gchar *cmd);
 
 #endif /* MISC_H */