summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpfile.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-02-22 15:56:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-02-23 09:32:11 +0100
commit445c38d0ea247e48055d770df2fe9fffe5a80e0e (patch)
tree1016874c4afba619992b69d141f0da96a7a99252 /hwpfilter/source/hwpfile.cxx
parentcba4282c3ab554db5416f8949d447bae4ec28170 (diff)
blist is written to but not read from and storing pointers has no sideeffect
Change-Id: I45221eda3d8536df75c4471888f35fb1b89e0a54 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130358 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'hwpfilter/source/hwpfile.cxx')
-rw-r--r--hwpfilter/source/hwpfile.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/hwpfilter/source/hwpfile.cxx b/hwpfilter/source/hwpfile.cxx
index 5f32a38c0633..528f00a12f5f 100644
--- a/hwpfilter/source/hwpfile.cxx
+++ b/hwpfilter/source/hwpfile.cxx
@@ -450,11 +450,6 @@ EmPicture *HWPFile::GetEmPictureByName(char * name)
return nullptr;
}
-void HWPFile::AddBox(FBox * box)
-{
- blist.push_back(box);
-}
-
ParaShape *HWPFile::getParaShape(int index)
{
if (index < 0 || o3tl::make_unsigned(index) >= pslist.size())