summaryrefslogtreecommitdiff
path: root/eel/eel-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-string.h')
-rw-r--r--eel/eel-string.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/eel/eel-string.h b/eel/eel-string.h
index c0d697d75..fd2956795 100644
--- a/eel/eel-string.h
+++ b/eel/eel-string.h
@@ -37,13 +37,6 @@
/* NULL is allowed for all the str parameters to these functions. */
-/* Other basic string operations. */
-gboolean eel_str_is_empty (const char *str_or_null);
-gboolean eel_str_is_equal (const char *str_a,
- const char *str_b);
-gboolean eel_istr_has_prefix (const char *target,
- const char *prefix);
-
/* Escape function for '_' character. */
char * eel_str_double_underscores (const char *str);