From b71660540e326db3b15899a9db0aa3bf4aed2cee Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 9 Jan 2018 12:07:50 +0000 Subject: [API CHANGE] migrate PackageKit usage to Modify2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xid dropped in favour of application_id Change-Id: Id1eb43aa9c8dfb4eac82f99eff0f84c5320e0da0 Reviewed-on: https://gerrit.libreoffice.org/47661 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/vcl/sysdata.hxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/vcl/sysdata.hxx') diff --git a/include/vcl/sysdata.hxx b/include/vcl/sysdata.hxx index d05ceb44438a..794f424b4448 100644 --- a/include/vcl/sysdata.hxx +++ b/include/vcl/sysdata.hxx @@ -98,19 +98,6 @@ struct SystemEnvData } }; -inline sal_uInt32 GetDbusId(const SystemEnvData& rData) -{ -#if defined(_WIN32) || defined( MACOSX ) || defined( ANDROID ) || defined( IOS ) - (void)rData; - return 0; -#elif defined( UNX ) - return rData.aWindow; -#else - (void)rData; - return 0; -#endif -} - struct SystemParentData { sal_uInt32 nSize; // size in bytes of this structure -- cgit