Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed extraneus pointer redeclaration
  • Loading branch information
lynxlynxlynx committed Feb 17, 2012
1 parent d5ca555 commit 974fe95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsmaptooladdfeature.cpp
Expand Up @@ -226,7 +226,6 @@ void QgsMapToolAddFeature::canvasReleaseEvent( QMouseEvent * e )
}
else // polygon
{
QgsGeometry *g;
if ( layerWKBType == QGis::WKBPolygon || layerWKBType == QGis::WKBPolygon25D )
{
g = QgsGeometry::fromPolygon( QgsPolygon() << points().toVector() );
Expand Down

0 comments on commit 974fe95

Please sign in to comment.