From 65e002dbe7552b34936e736ac8bc6b07da3e5574 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 12 Mar 2011 11:53:39 +0100 Subject: Remove some dead code --- dtrans/source/win32/dnd/source.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'dtrans') diff --git a/dtrans/source/win32/dnd/source.cxx b/dtrans/source/win32/dnd/source.cxx index a8f04a868e93..f81b37601635 100644 --- a/dtrans/source/win32/dnd/source.cxx +++ b/dtrans/source/win32/dnd/source.cxx @@ -214,8 +214,6 @@ void SAL_CALL DragSource::startDrag( } else { - //OSL_ENSURE(false, "Overlapping Drag&Drop operation rejected!"); - cnt = InterlockedDecrement(&m_RunningDndOperationCount); DragSourceDropEvent dsde; -- cgit