mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Removed unused mode
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@247 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
792406510c
commit
347c87eff8
@ -120,7 +120,6 @@ MainWindow::MainWindow() :
|
||||
m_rightPaneWidget(0),
|
||||
m_versionDialog(0),
|
||||
m_activeContext(0),
|
||||
m_outputMode(0),
|
||||
m_generalSettings(new GeneralSettings),
|
||||
m_shortcutSettings(new ShortcutSettings),
|
||||
m_focusToEditor(0),
|
||||
@ -206,10 +205,6 @@ MainWindow::~MainWindow()
|
||||
delete m_uniqueIDManager;
|
||||
m_uniqueIDManager = 0;
|
||||
|
||||
pm->removeObject(m_outputMode);
|
||||
delete m_outputMode;
|
||||
m_outputMode = 0;
|
||||
|
||||
delete m_viewManager;
|
||||
m_viewManager = 0;
|
||||
|
||||
|
@ -180,7 +180,6 @@ private:
|
||||
|
||||
QMap<QWidget *, IContext *> m_contextWidgets;
|
||||
|
||||
BaseMode *m_outputMode;
|
||||
GeneralSettings *m_generalSettings;
|
||||
ShortcutSettings *m_shortcutSettings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user