From 84efebb5304b2ebbc03e7743b131ce4d5ad10c03 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Jun 2018 13:16:50 +0200 Subject: return SalSession with std::unique_ptr Change-Id: I85527407c0cd2d3b94565fd7e24b0616948c9b0f Reviewed-on: https://gerrit.libreoffice.org/55497 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/headless/svpinst.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vcl/headless') diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx index 1128f0d61ee6..ad265e335265 100644 --- a/vcl/headless/svpinst.cxx +++ b/vcl/headless/svpinst.cxx @@ -491,11 +491,6 @@ bool SvpSalInstance::AnyInput( VclInputFlags nType ) return false; } -SalSession* SvpSalInstance::CreateSalSession() -{ - return nullptr; -} - OUString SvpSalInstance::GetConnectionIdentifier() { return OUString(); -- cgit