diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-25 13:52:32 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-25 20:33:57 +0000 |
commit | ba8919e8129b5e8da112ad4f1d11bb39096c1e0e (patch) | |
tree | 09c421269f3332bafac4cfb6297f7982443f73bb /comphelper/source/container | |
parent | 0333d2101acf36c9f44e5cc51ff6964d8a98920d (diff) |
Remove unused code
Diffstat (limited to 'comphelper/source/container')
-rw-r--r-- | comphelper/source/container/containermultiplexer.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/comphelper/source/container/containermultiplexer.cxx b/comphelper/source/container/containermultiplexer.cxx index d5a957aaf69e..b4d5723af40e 100644 --- a/comphelper/source/container/containermultiplexer.cxx +++ b/comphelper/source/container/containermultiplexer.cxx @@ -127,18 +127,6 @@ namespace comphelper } //------------------------------------------------------------------ - void OContainerListenerAdapter::lock() - { - ++m_nLockCount; - } - - //------------------------------------------------------------------ - void OContainerListenerAdapter::unlock() - { - --m_nLockCount; - } - - //------------------------------------------------------------------ void OContainerListenerAdapter::dispose() { if (m_xContainer.is()) |