summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/sysdata.hxx13
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