summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hutil.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hutil.cxx')
-rw-r--r--hwpfilter/source/hutil.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/hwpfilter/source/hutil.cxx b/hwpfilter/source/hutil.cxx
index 2faf89897a81..4597f84530c8 100644
--- a/hwpfilter/source/hutil.cxx
+++ b/hwpfilter/source/hutil.cxx
@@ -82,13 +82,4 @@ void str2hstr(const char *c, hchar * i)
}
-int hstrlen(const hchar * s)
-{
- int n = 0;
-
- while (*s++)
- n++;
- return n;
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */