Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary destructor.
  • Loading branch information
ismailsunni committed Jun 7, 2019
1 parent fcfa798 commit e299301
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/app/3d/qgs3dnavigationwidget.cpp
Expand Up @@ -195,11 +195,6 @@ Qgs3DNavigationWidget::Qgs3DNavigationWidget( Qgs3DMapCanvas *parent ) : QWidget
gridLayout->setAlignment( Qt::AlignTop );
}

Qgs3DNavigationWidget::~Qgs3DNavigationWidget()
{

}

void Qgs3DNavigationWidget::updateFromCamera()
{
// Make sure the angle is between 0 - 359
Expand Down
1 change: 0 additions & 1 deletion src/app/3d/qgs3dnavigationwidget.h
Expand Up @@ -30,7 +30,6 @@ class Qgs3DNavigationWidget : public QWidget
Q_OBJECT
public:
Qgs3DNavigationWidget( Qgs3DMapCanvas *parent = nullptr );
~Qgs3DNavigationWidget();

/**
* Update the state of navigation widget from camera's state
Expand Down

0 comments on commit e299301

Please sign in to comment.