aboutsummaryrefslogtreecommitdiffstats
path: root/gui/generic
diff options
context:
space:
mode:
Diffstat (limited to 'gui/generic')
-rw-r--r--gui/generic/mainwindow.cc4
-rw-r--r--gui/generic/mainwindow.h2
2 files changed, 0 insertions, 6 deletions
diff --git a/gui/generic/mainwindow.cc b/gui/generic/mainwindow.cc
index 01eeb4ef..76837ed4 100644
--- a/gui/generic/mainwindow.cc
+++ b/gui/generic/mainwindow.cc
@@ -49,8 +49,4 @@ void MainWindow::createMenu() {}
void MainWindow::new_proj() {}
-void MainWindow::open_proj() {}
-
-bool MainWindow::save_proj() { return false; }
-
NEXTPNR_NAMESPACE_END
diff --git a/gui/generic/mainwindow.h b/gui/generic/mainwindow.h
index 375436b6..a4ce9958 100644
--- a/gui/generic/mainwindow.h
+++ b/gui/generic/mainwindow.h
@@ -37,8 +37,6 @@ class MainWindow : public BaseMainWindow
protected Q_SLOTS:
virtual void new_proj();
- virtual void open_proj();
- virtual bool save_proj();
void newContext(Context *ctx);
};