summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-12-10 21:05:34 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-12-11 08:05:22 +0100
commit8831c7d8e01abec8d3b150ee6edbe04eeba9b393 (patch)
treee59ac714dc048b51896449440d55001b93545502 /include
parentb9ffc3591189c54885094fefe477241418f67996 (diff)
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@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/filter/PDFiumLibrary.hxx1
1 files changed, 0 insertions, 1 deletions
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;