aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ice40
diff options
context:
space:
mode:
authorEddie Hung <eddie.hung+gitlab@gmail.com>2018-07-19 14:57:38 +0000
committerEddie Hung <eddie.hung+gitlab@gmail.com>2018-07-19 14:57:38 +0000
commit6e7ba2a2be87bb1e0f323128283a87f59af596b7 (patch)
tree2c442484baa82bad58821887788485903a0f5e85 /gui/ice40
parent7e6332735d12f2e5ab9128648ed444bc123df512 (diff)
parent79dc910b40b082c9d74d010557b7939fb18535fe (diff)
downloadnextpnr-6e7ba2a2be87bb1e0f323128283a87f59af596b7.tar.gz
nextpnr-6e7ba2a2be87bb1e0f323128283a87f59af596b7.tar.bz2
nextpnr-6e7ba2a2be87bb1e0f323128283a87f59af596b7.zip
Merge branch 'master' into 'master'
Master See merge request eddiehung/nextpnr!4
Diffstat (limited to 'gui/ice40')
-rw-r--r--gui/ice40/mainwindow.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/ice40/mainwindow.cc b/gui/ice40/mainwindow.cc
index 4b1f2c57..28792ed3 100644
--- a/gui/ice40/mainwindow.cc
+++ b/gui/ice40/mainwindow.cc
@@ -226,7 +226,6 @@ void MainWindow::new_proj()
ctx = std::unique_ptr<Context>(new Context(chipArgs));
actionLoadJSON->setEnabled(true);
- Q_EMIT displaySplash();
Q_EMIT contextChanged(ctx.get());
}
}