[Libreoffice-commits] core.git: include/vcl

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 11 07:05:57 UTC 2020


 include/vcl/filter/PDFiumLibrary.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8831c7d8e01abec8d3b150ee6edbe04eeba9b393
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Dec 10 21:05:34 2020 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Dec 11 08:05:22 2020 +0100

    pdfium: remove unused PDFiumPathSegment::getPointer()
    
    Change-Id: I17386b92e99a223f4983767cf67bb9ba7acb806a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107579
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/include/vcl/filter/PDFiumLibrary.hxx b/include/vcl/filter/PDFiumLibrary.hxx
index 1c0ccf581343..2acdecac763b 100644
--- a/include/vcl/filter/PDFiumLibrary.hxx
+++ b/include/vcl/filter/PDFiumLibrary.hxx
@@ -131,7 +131,6 @@ public:
     PDFiumPathSegment(FPDF_PATHSEGMENT pPathSegment);
     ~PDFiumPathSegment();
 
-    FPDF_PATHSEGMENT getPointer() const { return mpPathSegment; }
     basegfx::B2DPoint getPoint() const;
     bool isClosed() const;
     PDFSegmentType getType() const;


More information about the Libreoffice-commits mailing list