From ac5cee223a4474ef61e7721e540ff13b6c7d1c9a Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 3 Apr 2008 16:15:57 +0000 Subject: INTEGRATION: CWS vcl87 (1.12.36); FILE MERGED 2008/02/26 16:38:45 pl 1.12.36.1: #i86368# remove unused code --- dtrans/source/X11/X11_droptarget.cxx | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'dtrans') 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 */ -- cgit