summaryrefslogtreecommitdiffstats
path: root/dtrans
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-12 11:53:39 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-12 14:19:17 +0100
commit65e002dbe7552b34936e736ac8bc6b07da3e5574 (patch)
tree6d4cf5feb3521601fd3c66af561fe4a51a553d38 /dtrans
parentMove OSL_ENSURE(false,...) to OSL_FAIL(...) (diff)
downloadcore-65e002dbe7552b34936e736ac8bc6b07da3e5574.tar.gz
core-65e002dbe7552b34936e736ac8bc6b07da3e5574.zip
Remove some dead code
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/dnd/source.cxx2
1 files changed, 0 insertions, 2 deletions
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;