diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-18 10:10:34 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-18 10:10:34 +0200 |
commit | 0c2623978ec45a374dbd9119ed3ff44b7741875a (patch) | |
tree | dedf23d93a8864b419fa81c034fd60cf90a59591 | |
parent | 3a29a410a1fd351a0232fc519aabb596b27371e9 (diff) |
another fix after loplugin:unusedfields in vcl
Change-Id: I11a43d1285b474efcb5d4fb157d9e80f0930f081
-rw-r--r-- | vcl/android/androidinst.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index ff644d33bbb3..56d6c39a303a 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -178,7 +178,6 @@ const OUString& SalGetDesktopEnvironment() SalData::SalData() : m_pInstance( 0 ), - m_pPlugin( 0 ), m_pPIManager(0 ) { } |