summaryrefslogtreecommitdiff
path: root/vcl/qt5
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-06-07 15:57:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-06-11 08:51:23 +0200
commita901e48579e203a28cc0871ceed0356ae6a5798b (patch)
tree6186461f1e95c929a404db49b90da92c53746242 /vcl/qt5
parenta49440b1c4a7cd831212e2e3c19f89ce12a4e889 (diff)
drop PhysicalFontFace::Clone
since we are now holding these via reference counting, no need to clone them Change-Id: I7b0bd86f4a5bca428f7dcd989f838a9aa0c7e179 Reviewed-on: https://gerrit.libreoffice.org/55427 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/qt5')
-rw-r--r--vcl/qt5/Qt5FontFace.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/qt5/Qt5FontFace.cxx b/vcl/qt5/Qt5FontFace.cxx
index d0efb488d57c..043a9b6e798b 100644
--- a/vcl/qt5/Qt5FontFace.cxx
+++ b/vcl/qt5/Qt5FontFace.cxx
@@ -116,6 +116,4 @@ bool Qt5FontFace::GetFontCapabilities(vcl::FontCapabilities& rFontCapabilities)
return rFontCapabilities.oUnicodeRange || rFontCapabilities.oCodePageRange;
}
-rtl::Reference<PhysicalFontFace> Qt5FontFace::Clone() const { return new Qt5FontFace(*this); }
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */