diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-18 15:01:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-21 08:01:03 +0200 |
commit | d694339bc87b1e8966bc536b042723a96b93e408 (patch) | |
tree | 1e4c3beb01fcf60a26de396d11878ef86c37d50f /extensions | |
parent | 14277af57b397b03b753a61c22cc5211e43a5f82 (diff) |
remove unused field
Change-Id: I4d58650f96191c0c58c0cd1233d7a7f670de3324
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/composeduiupdate.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/composeduiupdate.cxx b/extensions/source/propctrlr/composeduiupdate.cxx index c4cf96a69b96..bcff8de6c553 100644 --- a/extensions/source/propctrlr/composeduiupdate.cxx +++ b/extensions/source/propctrlr/composeduiupdate.cxx @@ -82,7 +82,6 @@ namespace pcr { private: ::osl::Mutex m_aMutex; - oslInterlockedCount m_refCount; bool m_bDisposed; ComposedPropertyUIUpdate& m_rMaster; @@ -187,8 +186,7 @@ namespace pcr CachedInspectorUI::CachedInspectorUI( ComposedPropertyUIUpdate& _rMaster, FNotifySingleUIChange _pUIChangeNotification ) - :m_refCount( 0 ) - ,m_bDisposed( false ) + :m_bDisposed( false ) ,m_rMaster( _rMaster ) ,m_pUIChangeNotification( _pUIChangeNotification ) { |