diff options
-rw-r--r-- | dtrans/source/X11/X11_droptarget.cxx | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/dtrans/source/X11/X11_droptarget.cxx b/dtrans/source/X11/X11_droptarget.cxx index edc998ad5f07..a675199bc270 100644 --- a/dtrans/source/X11/X11_droptarget.cxx +++ b/dtrans/source/X11/X11_droptarget.cxx @@ -4,9 +4,9 @@ * * $RCSfile: X11_droptarget.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2007-01-25 11:20:43 $ + * last change: $Author: kz $ $Date: 2008-04-03 17:15:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -210,20 +210,6 @@ void DropTarget::dragOver( const DropTargetDragEvent& dtde ) throw() // -------------------------------------------------------------------------- -void DropTarget::dropActionChanged( const DropTargetDragEvent& dtde ) throw() -{ - ::osl::Guard< ::osl::Mutex > aGuard( m_aMutex ); - - ::std::list< Reference< XDropTargetListener > >::iterator it1, it2; - it1 = m_aListeners.begin(); - while( it1 != m_aListeners.end() ) - { - it2 = it1; - it1++; - (*it2)->dropActionChanged( dtde ); - } -} - /* * XServiceInfo */ |