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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 8d039ae49838..310984ca7cbb 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -394,7 +394,6 @@ struct Columns
nTotal = INIT_SIZE;
data.reset(new int[nTotal]);
}
- ~Columns() {}
void AddColumnsSize(){
if (nTotal + ADD_AMOUNT < nTotal) // overflow
@@ -454,7 +453,6 @@ struct Rows
nTotal = INIT_SIZE;
data.reset( new int[nTotal] );
}
- ~Rows() {}
void AddRowsSize(){
if (nTotal + ADD_AMOUNT < nTotal) // overflow