summaryrefslogtreecommitdiff
path: root/eel/eel-string.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-04-11 11:00:03 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-04-11 12:14:41 -0400
commit9de34580ae525e1353ccc20c8f959219a3dc6b8c (patch)
tree735ae62a73014002c5e73a912a895ad89fb970c3 /eel/eel-string.h
parent3032b3c30cc564fed55ed1bee2cb861bf6497666 (diff)
downloadnautilus-9de34580ae525e1353ccc20c8f959219a3dc6b8c.tar.gz
eel: remove unused code
All these functions are now unused and can be removed.
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);