Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Mar 15, 2020
1 parent 66069a8 commit b181e53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/3d/qgs3dmaptoolidentify.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ void Qgs3DMapToolIdentifyPickHandler::handlePickOnVectorLayer( QgsVectorLayer *v
Qgs3DMapToolIdentify::Qgs3DMapToolIdentify( Qgs3DMapCanvas *canvas ) Qgs3DMapToolIdentify::Qgs3DMapToolIdentify( Qgs3DMapCanvas *canvas )
: Qgs3DMapTool( canvas ) : Qgs3DMapTool( canvas )
{ {
// connect( mCanvas->scene(), &Qgs3DMapScene::terrainEntityChanged, this, &Qgs3DMapToolIdentify::onTerrainEntityChanged );

mPickHandler.reset( new Qgs3DMapToolIdentifyPickHandler( this ) ); mPickHandler.reset( new Qgs3DMapToolIdentifyPickHandler( this ) );
} }


Expand Down
1 change: 0 additions & 1 deletion src/app/3d/qgs3dmaptoolmeasureline.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ void Qgs3DMapToolMeasureLine::updateSignalSlots()


// Update scale if the terrain vertical scale changed // Update scale if the terrain vertical scale changed
connect( mCanvas->map(), &Qgs3DMapSettings::terrainVerticalScaleChanged, this, &Qgs3DMapToolMeasureLine::updateMeasurementLayer ); connect( mCanvas->map(), &Qgs3DMapSettings::terrainVerticalScaleChanged, this, &Qgs3DMapToolMeasureLine::updateMeasurementLayer );

} }


void Qgs3DMapToolMeasureLine::onTerrainPicked( Qt3DRender::QPickEvent *event ) void Qgs3DMapToolMeasureLine::onTerrainPicked( Qt3DRender::QPickEvent *event )
Expand Down

0 comments on commit b181e53

Please sign in to comment.