diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-12 11:53:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-12 14:19:17 +0100 |
commit | 65e002dbe7552b34936e736ac8bc6b07da3e5574 (patch) | |
tree | 6d4cf5feb3521601fd3c66af561fe4a51a553d38 /dtrans/source | |
parent | d86e9a3906b5c2c51a7a04dac0a63c9f74196991 (diff) |
Remove some dead code
Diffstat (limited to 'dtrans/source')
-rw-r--r-- | dtrans/source/win32/dnd/source.cxx | 2 |
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; |