summaryrefslogtreecommitdiff
path: root/comphelper/source/property/MasterPropertySet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/MasterPropertySet.cxx')
-rw-r--r--comphelper/source/property/MasterPropertySet.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/comphelper/source/property/MasterPropertySet.cxx b/comphelper/source/property/MasterPropertySet.cxx
index fa44c874adf7..c1187583810a 100644
--- a/comphelper/source/property/MasterPropertySet.cxx
+++ b/comphelper/source/property/MasterPropertySet.cxx
@@ -90,17 +90,6 @@ MasterPropertySet::MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo,
{
}
-void MasterPropertySet::lockMutex()
-{
- if (mpMutex)
- mpMutex->acquire();
-}
-void MasterPropertySet::unlockMutex()
-{
- if (mpMutex)
- mpMutex->release();
-}
-
MasterPropertySet::~MasterPropertySet()
throw()
{