diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/unohelp2.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/vcl/unohelp2.hxx b/include/vcl/unohelp2.hxx index a92859885cbe..c4aad4c606b1 100644 --- a/include/vcl/unohelp2.hxx +++ b/include/vcl/unohelp2.hxx @@ -62,14 +62,6 @@ namespace vcl::unohelper { ); }; - struct MutexHelper - { - private: - ::osl::Mutex maMutex; - public: - ::osl::Mutex& GetMutex() { return maMutex; } - }; - } // namespace vcl::unohelper #endif // INCLUDED_VCL_UNOHELP2_HXX |