diff options
Diffstat (limited to 'src/glib-utils.h')
-rw-r--r-- | src/glib-utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glib-utils.h b/src/glib-utils.h index c43349a..6631892 100644 --- a/src/glib-utils.h +++ b/src/glib-utils.h @@ -41,10 +41,6 @@ char * str_substitute (const char *str, const char *from_str, const char *to_str); int strcmp_null_tolerant (const char *s1, const char *s2); -char* escape_str_common (const char *str, - const char *meta_chars, - const char prefix, - const char postfix); char* escape_str (const char *str, const char *meta_chars); gboolean match_regexps (GRegex **regexps, |