summaryrefslogtreecommitdiffstats
path: root/avmedia
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/viewer/mediaevent_impl.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/avmedia/source/viewer/mediaevent_impl.cxx b/avmedia/source/viewer/mediaevent_impl.cxx
index fac08d070870..100bb0d83466 100644
--- a/avmedia/source/viewer/mediaevent_impl.cxx
+++ b/avmedia/source/viewer/mediaevent_impl.cxx
@@ -125,23 +125,11 @@ void SAL_CALL MediaEventListenersImpl::mouseReleased( const css::awt::MouseEvent
void SAL_CALL MediaEventListenersImpl::mouseEntered( const css::awt::MouseEvent& )
{
- const ::osl::MutexGuard aGuard( maMutex );
- const SolarMutexGuard aAppGuard;
-
- if( mpNotifyWindow )
- {
- }
}
void SAL_CALL MediaEventListenersImpl::mouseExited( const css::awt::MouseEvent& )
{
- const ::osl::MutexGuard aGuard( maMutex );
- const SolarMutexGuard aAppGuard;
-
- if( mpNotifyWindow )
- {
- }
}