summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-07-23 20:40:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-07-24 20:37:40 +0200
commit9a9d955f7bbcedb7921345a107f4aec5128c1c43 (patch)
tree67694a2940e1e79d603400461aeb07115263daa7 /hwpfilter/source/hpara.h
parent96648fa4b38a77cb86ed03962db2676916a8a97c (diff)
ofz#49217 height_sp member, etc unused
massif peak from 37.10MB to 28.16MB Change-Id: I3d773637cee4243f235a4784e29a066d2c8b747a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137384 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'hwpfilter/source/hpara.h')
-rw-r--r--hwpfilter/source/hpara.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index fcf1681715b7..53c35a2ccb7f 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -57,20 +57,7 @@ class HWPPara;
struct LineInfo
{
-/* the position of the starting character: the control has a different length */
-/**
- * Starting character position
- */
- unsigned short pos;
- hunit space_width;
- hunit height;
hunit pgy; /* internal */
- hunit sx; /* internal */
- hunit psx; /* internal */
- hunit pex; /* internal */
-// for formatting
- hunit height_sp;
- unsigned short softbreak; // column, page, section
void Read(HWPFile &hwpf, HWPPara const *para);
};