Browse Source

Removed unused variable.

QGC4.4
Bryant 11 years ago
parent
commit
25377440bb
  1. 1
      src/ui/MainWindow.cc
  2. 1
      src/ui/MainWindow.h

1
src/ui/MainWindow.cc

@ -113,7 +113,6 @@ void MainWindow::deleteInstance(void) @@ -113,7 +113,6 @@ void MainWindow::deleteInstance(void)
MainWindow::MainWindow(QSplashScreen* splashScreen, enum MainWindow::CUSTOM_MODE mode) :
currentView(VIEW_FLIGHT),
currentStyle(QGC_MAINWINDOW_STYLE_DARK),
changingViewsFlag(false),
mavlink(new MAVLinkProtocol()),
centerStackActionGroup(new QActionGroup(this)),
autoReconnect(false),

1
src/ui/MainWindow.h

@ -347,7 +347,6 @@ protected: @@ -347,7 +347,6 @@ protected:
/** @brief Keeps track of the current view */
VIEW_SECTIONS currentView;
QGC_MAINWINDOW_STYLE currentStyle;
bool changingViewsFlag;
void storeViewState();
void loadViewState();

Loading…
Cancel
Save