summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hbox.cxx')
-rw-r--r--hwpfilter/source/hbox.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/hwpfilter/source/hbox.cxx b/hwpfilter/source/hbox.cxx
index ca94bf27fe57..7be2c61db81e 100644
--- a/hwpfilter/source/hbox.cxx
+++ b/hwpfilter/source/hbox.cxx
@@ -63,14 +63,6 @@ int HBox::WSize()
}
-hchar_string HBox::GetString()
-{
- hchar_string ret;
- ret.push_back(hh);
- return ret;
-}
-
-
// skip block
SkipData::SkipData(hchar hch)
: HBox(hch)