summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-01 22:09:34 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-01 22:09:34 +0100
commit4b77a1728d8fffce96e597cceb16d6c598a7881a (patch)
tree766f2dd15955d5588ff2151f83bc02f987db595e /include/helper.h
parentff5214069787eccd51b3d71f82869563803cbc5b (diff)
Remove custom code, replace by glib, fix fuzzy matching for unicode.
- Also fixes char endianess issues.
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/helper.h b/include/helper.h
index db9d684f..64551623 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -151,10 +151,4 @@ char helper_parse_char ( const char *arg );
*/
void cmd_set_arguments ( int argc, char **argv );
-/**
- * @param str a UTF8 string
- * @return 1 if the string contains any non-ascii codepoints
- */
-int is_not_ascii ( const char *str );
-
#endif // ROFI_HELPER_H