summaryrefslogtreecommitdiff
path: root/vcl/headless/SvpGraphicsBackend.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-11-18 19:49:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-11-19 16:55:43 +0100
commitf1ab6d3e046c261ac0cc0de35bed3e61ba052dca (patch)
treecf57fd9585ca5b1a31e30a929e84ead2ce3d4ffb /vcl/headless/SvpGraphicsBackend.cxx
parent256463f132597b257cde0b2e3506757b785e4b08 (diff)
Simplify SalGraphicsImpl::Init
it is only used for one thing, so rename it, and use a default implementation to avoid having empty implementations everywhere Change-Id: Ib650bb520ccbfcc27537b754db4d3de4ad10e638 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176733 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/headless/SvpGraphicsBackend.cxx')
-rw-r--r--vcl/headless/SvpGraphicsBackend.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/headless/SvpGraphicsBackend.cxx b/vcl/headless/SvpGraphicsBackend.cxx
index ddd85978dd82..58a50653a743 100644
--- a/vcl/headless/SvpGraphicsBackend.cxx
+++ b/vcl/headless/SvpGraphicsBackend.cxx
@@ -24,8 +24,6 @@ SvpGraphicsBackend::SvpGraphicsBackend(CairoCommon& rCairoCommon)
{
}
-void SvpGraphicsBackend::Init() {}
-
void SvpGraphicsBackend::setClipRegion(const vcl::Region& i_rClip)
{
m_rCairoCommon.m_aClipRegion = i_rClip;