@@ -57,9 +57,6 @@ This file is part of the QGROUNDCONTROL project
#include "HDDisplay.h"
#include "HSIDisplay.h"
#include "opmapcontrol.h"
#ifdef QGC_GOOGLE_EARTH_ENABLED
#include "QGCGoogleEarthView.h"
#endif
#include "MainToolBar.h"
#include "LogCompressor.h"
...
...
@@ -159,8 +156,6 @@ public slots:
voidloadOperatorView();
/** @brief Load Terminal Console views */
voidloadTerminalView();
/** @brief Load Google Earth View */
voidloadGoogleEarthView();
/** @brief Load local 3D view */
voidloadLocal3DView();
/** @brief Manage Links */
...
...
@@ -229,7 +224,6 @@ protected:
VIEW_SETUP,// Setup view. Used for initializing the system for operation. Includes UI for calibration, firmware updating/checking, and parameter modifcation.
VIEW_TERMINAL,// Terminal interface. Used for communicating with the remote system, usually in a special configuration input mode.
VIEW_LOCAL3D,// A local 3D view. Provides a local 3D view that makes visualizing 3D attitude/orientation/pose easy while in operation.
VIEW_GOOGLEEARTH// 3D Google Earth view. A 3D terrain view, though the vehicle is still 2D.