diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-10 21:57:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 09:09:59 +0100 |
commit | 07f9a847f027139d75ac5eb7c8b48a8bb8cb1324 (patch) | |
tree | 1a28b42b812d579b65ae3d6f41d393c46ae06fbc /tools | |
parent | 3127405547d3d4fa5f1f98bab187e7ac19d76b73 (diff) |
callcatcher: various unused methods
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/solarmutex.hxx | 1 | ||||
-rw-r--r-- | tools/source/misc/solarmutex.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tools/inc/tools/solarmutex.hxx b/tools/inc/tools/solarmutex.hxx index eef67455a6bb..d957066b58f4 100644 --- a/tools/inc/tools/solarmutex.hxx +++ b/tools/inc/tools/solarmutex.hxx @@ -36,7 +36,6 @@ namespace tools class TOOLS_DLLPUBLIC SolarMutex { public: - static ::osl::SolarMutex* GetSolarMutex(); static void SetSolarMutex( ::osl::SolarMutex* pMutex ); static bool Acquire(); static void Release(); diff --git a/tools/source/misc/solarmutex.cxx b/tools/source/misc/solarmutex.cxx index 8bede4e6869a..1b4ca64de455 100644 --- a/tools/source/misc/solarmutex.cxx +++ b/tools/source/misc/solarmutex.cxx @@ -34,11 +34,6 @@ namespace tools { static ::osl::SolarMutex* pSolarMutex = 0; - ::osl::SolarMutex* SolarMutex::GetSolarMutex() - { - return pSolarMutex; - } - void SolarMutex::SetSolarMutex( ::osl::SolarMutex* pMutex ) { pSolarMutex = pMutex; |