Browse Source

Remove old dead code from MainWindow.cc

QGC4.4
Bryant 11 years ago
parent
commit
021f1e9c58
  1. 3
      src/ui/MainWindow.cc

3
src/ui/MainWindow.cc

@ -196,9 +196,6 @@ void MainWindow::init() @@ -196,9 +196,6 @@ void MainWindow::init()
menuBar()->setNativeMenuBar(false);
#endif
// We only need this menu if we have more than one system
// ui.menuConnected_Systems->setEnabled(false);
// Set dock options
setDockOptions(AnimatedDocks | AllowTabbedDocks | AllowNestedDocks);

Loading…
Cancel
Save