aboutsummaryrefslogtreecommitdiffstats
path: root/gui/generic/mainwindow.cc
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2018-08-03 03:31:37 -0700
committerGitHub <noreply@github.com>2018-08-03 03:31:37 -0700
commit751a5457dcd8ce3acd9aa08591f56310c85210d4 (patch)
tree40f9789b2d1a96797e7b530e78b0de39ba2bd753 /gui/generic/mainwindow.cc
parent1c1fd99b8ba686c21b17dd8d413a0a5ae6ba1a6d (diff)
parent90623b80e8c37e71e095cc377ce9e8c032af679b (diff)
downloadnextpnr-751a5457dcd8ce3acd9aa08591f56310c85210d4.tar.gz
nextpnr-751a5457dcd8ce3acd9aa08591f56310c85210d4.tar.bz2
nextpnr-751a5457dcd8ce3acd9aa08591f56310c85210d4.zip
Merge pull request #20 from YosysHQ/gui4all
Refactor GUI
Diffstat (limited to 'gui/generic/mainwindow.cc')
-rw-r--r--gui/generic/mainwindow.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/gui/generic/mainwindow.cc b/gui/generic/mainwindow.cc
index 1efc73bb..70ee600d 100644
--- a/gui/generic/mainwindow.cc
+++ b/gui/generic/mainwindow.cc
@@ -36,13 +36,7 @@ MainWindow::MainWindow(std::unique_ptr<Context> context, QWidget *parent) : Base
MainWindow::~MainWindow() {}
-void MainWindow::createMenu()
-{
- QMenu *menu_Custom = new QMenu("&Generic", menuBar);
- menuBar->addAction(menu_Custom->menuAction());
-
- createGraphicsBar();
-}
+void MainWindow::createMenu() {}
void MainWindow::new_proj() {}