Skip to content

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎src/widgets/projectionselector/qgsprojectionselector.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,9 @@ long QgsProjectionSelector::getCurrentLongAttribute(QString attributeName)
407407
return mySrid.toLong();
408408
}
409409
}
410-
else
411-
{
412-
// No node is selected, return null
413-
return (long)NULL;
414-
}
415410

411+
// No node is selected, return null
412+
return (long)NULL;
416413
}
417414

418415

0 commit comments

Comments
 (0)
Please sign in to comment.