aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support.h')
-rw-r--r--src/support.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/support.h b/src/support.h
index 3377f9a80..0679ddc86 100644
--- a/src/support.h
+++ b/src/support.h
@@ -24,17 +24,4 @@ typedef struct {
char *strscroll(char *str, char *separator, int width, scroll_state_t *st);
-void charset_init(gboolean disable);
-char *utf8_to_locale(const char *str);
-char *locale_to_utf8(const char *str);
-
-/**
- * Returns the number of terminal cells occupied by this string.
- */
-size_t my_strlen(const char *str);
-
-/* number of bytes in str */
-size_t my_strsize(char *str);
-
-
#endif