summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hbox.h')
-rw-r--r--hwpfilter/source/hbox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 8e5dcaa2ccbe..f8fbd6e6c305 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -380,11 +380,6 @@ struct TxtBox: public FBox
* @returns Count of cell.
*/
int NCell() { return nCell; }
-/**
- * This is one of table, text-box, equalizer and button
- * @returns Type of this object.
- */
- int Type() { return type; }
virtual bool Read(HWPFile &hwpf) override;
};
@@ -654,7 +649,6 @@ struct Picture: public FBox
Picture();
virtual ~Picture();
- int Type ();
virtual bool Read (HWPFile &hwpf) override;
};