fpicker/source/win32/filepicker/SolarMutex.cxx | 6 ------ fpicker/source/win32/filepicker/SolarMutex.hxx | 2 -- 2 files changed, 8 deletions(-)
New commits: commit c6c4d21847ef18ae7378e1a5a329000ea6547d18 Author: Pranav Kant <[email protected]> Date: Tue Mar 24 03:25:28 2015 +0530 tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapper Change-Id: I5514c2db57b48d99f7daf410eda11f5ee882438e Reviewed-on: https://gerrit.libreoffice.org/14972 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Noel Grandin <[email protected]> diff --git a/fpicker/source/win32/filepicker/SolarMutex.cxx b/fpicker/source/win32/filepicker/SolarMutex.cxx index c21f994..3b8fdbb 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 84191ed..3233083 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: */ _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
