diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-01-09 12:07:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-01-11 14:29:22 +0100 |
commit | b71660540e326db3b15899a9db0aa3bf4aed2cee (patch) | |
tree | 384de799a0e4a17efb06286d40ace7618d237fb9 /include/vcl | |
parent | 74b3924a98dfeeec719f7bc27a2e0a2e1a597167 (diff) |
[API CHANGE] migrate PackageKit usage to Modify2
xid dropped in favour of application_id
Change-Id: Id1eb43aa9c8dfb4eac82f99eff0f84c5320e0da0
Reviewed-on: https://gerrit.libreoffice.org/47661
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/sysdata.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
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 |