summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorPranav Kant <pranav913@gmail.com>2015-03-24 03:25:28 +0530
committerNoel Grandin <noelgrandin@gmail.com>2015-03-24 06:28:54 +0000
commitc6c4d21847ef18ae7378e1a5a329000ea6547d18 (patch)
tree528b95356dcb3e1b8d48606a00088686fab4e78b /fpicker
parentb15b97ee6b21be18d4ba5df396d39b6d3dab57e1 (diff)
tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapper
Change-Id: I5514c2db57b48d99f7daf410eda11f5ee882438e Reviewed-on: https://gerrit.libreoffice.org/14972 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/SolarMutex.cxx6
-rw-r--r--fpicker/source/win32/filepicker/SolarMutex.hxx2
2 files changed, 0 insertions, 8 deletions
diff --git a/fpicker/source/win32/filepicker/SolarMutex.cxx b/fpicker/source/win32/filepicker/SolarMutex.cxx
index c21f994e177f..3b8fdbb22530 100644
--- a/fpicker/source/win32/filepicker/SolarMutex.cxx
+++ b/fpicker/source/win32/filepicker/SolarMutex.cxx
@@ -37,10 +37,4 @@ int ReleaseSolarMutexOnMainThreadContext(unsigned nThreadId)
return nAcquireCount;
}
-void AcquireSolarMutex(int nAcquireCount)
-{
- if ( nAcquireCount )
- Application::AcquireSolarMutex( nAcquireCount );
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/fpicker/source/win32/filepicker/SolarMutex.hxx b/fpicker/source/win32/filepicker/SolarMutex.hxx
index 84191ed40312..3233083eea83 100644
--- a/fpicker/source/win32/filepicker/SolarMutex.hxx
+++ b/fpicker/source/win32/filepicker/SolarMutex.hxx
@@ -22,8 +22,6 @@
int ReleaseSolarMutexOnMainThreadContext(unsigned nThreadId);
-void AcquireSolarMutex(int nAcquireCount);
-
#endif // INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_SOLARMUTEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */