summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hutil.h')
-rw-r--r--hwpfilter/source/hutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hwpfilter/source/hutil.h b/hwpfilter/source/hutil.h
index 9f9fbec3a572..d856b74de173 100644
--- a/hwpfilter/source/hutil.h
+++ b/hwpfilter/source/hutil.h
@@ -29,10 +29,6 @@ void num2roman(int num, char *buf);
* Transfer 8bit string to 16bit string used internally in hwp
*/
void str2hstr(const char *c, hchar *i);
-/**
- * @returns Length of 16bit hwp string
- */
-int hstrlen(const hchar *s);
#endif /* UTIL_H_*/