vcl/source/gdi/impgraph.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 211dbdb78838e77ae8eea6cadd8050973b2f6080
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Fri Mar 27 20:38:06 2020 +0100
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Fri Mar 27 21:28:04 2020 +0100

    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 <qui...@gmail.com>

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())
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to