Skip to content

Commit 7ed94ea

Browse files
author
mhugent
committedApr 7, 2010
Remove warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@13277 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4a68361 commit 7ed94ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/gui/qgsannotationitem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ QgsAnnotationItem::MouseMoveAction QgsAnnotationItem::moveActionForPosition( con
324324

325325
if ( abs( itemPos.x() ) < cursorSensitivity && abs( itemPos.y() ) < cursorSensitivity ) //move map point if position is close to the origin
326326
{
327-
qWarning( "move map position" );
328327
return MoveMapPosition;
329328
}
330329

0 commit comments

Comments
 (0)
Please sign in to comment.