Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13277 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Apr 7, 2010
1 parent 65189ed commit d91889a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsannotationitem.cpp
Expand Up @@ -324,7 +324,6 @@ QgsAnnotationItem::MouseMoveAction QgsAnnotationItem::moveActionForPosition( con

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

Expand Down

0 comments on commit d91889a

Please sign in to comment.