diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2020-03-27 20:38:06 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2020-03-27 21:28:04 +0100 |
commit | 211dbdb78838e77ae8eea6cadd8050973b2f6080 (patch) | |
tree | fd69deb9ecdcccc7f3ac0b2a6d245c139c0b79b0 /vcl | |
parent | 60c4a457bb75a3734be0636fb14a78e070a50666 (diff) |
graphic: sPdfDataCache is not used anymore
Change-Id: I3fd13784c80dc3308f751594830ee08761e8d8c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91235
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index 90a1e4e58ed8..5751ecba700c 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -1612,8 +1612,6 @@ sal_Int32 ImpGraphic::getPageNumber() const return -1; } -static std::map<BitmapChecksum, std::shared_ptr<std::vector<sal_Int8>>> sPdfDataCache; - void ReadImpGraphic( SvStream& rIStm, ImpGraphic& rImpGraphic ) { if (rIStm.GetError()) |