Commit bb7d4c2d authored by Lorenz Meier's avatar Lorenz Meier

Merge branch 'master' of github.com:mavlink/qgroundcontrol into config

parents eb5a54c0 6a6a8665
...@@ -47,13 +47,3 @@ QGCWelcomeMainWindow::~QGCWelcomeMainWindow() ...@@ -47,13 +47,3 @@ QGCWelcomeMainWindow::~QGCWelcomeMainWindow()
delete ui; delete ui;
delete viewModeSelection; delete viewModeSelection;
} }
enum MainWindow::CUSTOM_MODE QGCWelcomeMainWindow::getCustomMode()
{
// QGCViewModeSelection* s = new QGCViewModeSelection(this);
// setCentralWidget(s);
// show();
// enum MainWindow::CUSTOM_MODE mode = MainWindow::CUSTOM_MODE_WIFI;// = s->waitForInput();
// delete s;
// return mode;
}
...@@ -17,7 +17,6 @@ public: ...@@ -17,7 +17,6 @@ public:
explicit QGCWelcomeMainWindow(QWidget *parent = 0); explicit QGCWelcomeMainWindow(QWidget *parent = 0);
~QGCWelcomeMainWindow(); ~QGCWelcomeMainWindow();
enum MainWindow::CUSTOM_MODE getCustomMode();
bool getStoreSettings() bool getStoreSettings()
{ {
return storeSettings; return storeSettings;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment