diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-26 13:48:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-27 06:50:02 +0000 |
commit | 32a461bdd6ffda4b59ff262e1fcbcbe8bf2be7a0 (patch) | |
tree | aa485a2f87ef09d7839fb1c7bedca0a6cfd5f865 /vcl/source/fontsubset | |
parent | fab2f546d1fb3ceaf5ee5d4d728f1728a8f1e7f3 (diff) |
loplugin: unnecessary destructor vbahelper..vcl
Change-Id: I6b7800d4a456391251168f7923a1ec7a5ca9efc9
Reviewed-on: https://gerrit.libreoffice.org/33577
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/fontsubset')
-rw-r--r-- | vcl/source/fontsubset/cff.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/fontsubset/cff.cxx b/vcl/source/fontsubset/cff.cxx index a50801f3ffe9..184f29e1ed7f 100644 --- a/vcl/source/fontsubset/cff.cxx +++ b/vcl/source/fontsubset/cff.cxx @@ -322,7 +322,6 @@ public: static const int NMAXTRANS = 32; // see CFF.appendixB public: explicit CffSubsetterContext( const U8* pBasePtr, int nBaseLen); - ~CffSubsetterContext(); bool initialCffRead(); bool emitAsType1( class Type1Emitter&, @@ -433,11 +432,6 @@ CffSubsetterContext::CffSubsetterContext( const U8* pBasePtr, int nBaseLen) mpCffLocal = &maCffLocal[0]; } -CffSubsetterContext::~CffSubsetterContext() -{ - // TODO: delete[] maCffLocal; -} - inline int CffSubsetterContext::popInt() { const ValType aVal = popVal(); |