undoing change committed in r13640. This test become unnecessary from r13641

git-svn-id: http://svn.osgeo.org/qgis/trunk@13642 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
brushtyler 2010-06-04 02:20:58 +00:00
parent 4c745d886f
commit c43e11e43e

View File

@ -380,14 +380,6 @@ void QgsLegend::mouseReleaseEvent( QMouseEvent * e )
checkLayerOrderUpdate();
return;
}
// make sure you are able to drag the item
QgsLegendItem::DRAG_ACTION action = dest->accept( origin );
if ( action == QgsLegendItem::NO_ACTION )
{
QgsDebugMsg( "Drag NO_ACTION" );
return;
}
{
// Do the actual move here.