Skip to content

Commit

Permalink
Remove remnant
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 10, 2021
1 parent f66eeeb commit 5262bcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/annotations/qgsmaptoolmodifyannotation.cpp
Expand Up @@ -204,10 +204,6 @@ void QgsMapToolModifyAnnotation::cadCanvasMoveEvent( QgsMapMouseEvent *event )

case Action::MoveItem:
{
#if 0
const QgsVector delta = event->mapPoint() - mMoveStartPointCanvasCrs;
#endif

if ( QgsAnnotationItem *item = annotationItemFromId( mSelectedItemLayerId, mSelectedItemId ) )
{
QgsAnnotationLayer *layer = annotationLayerFromId( mSelectedItemLayerId );
Expand Down

0 comments on commit 5262bcb

Please sign in to comment.