cleanup
This commit is contained in:
parent
46aa56021b
commit
fc0131ceb0
@ -126,10 +126,6 @@ void MainWindow::new_proj()
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::open_proj() {}
|
||||
|
||||
bool MainWindow::save_proj() { return false; }
|
||||
|
||||
void MainWindow::load_base_config(std::string filename)
|
||||
{
|
||||
disableActions();
|
||||
|
@ -42,8 +42,6 @@ class MainWindow : public BaseMainWindow
|
||||
|
||||
protected Q_SLOTS:
|
||||
virtual void new_proj();
|
||||
virtual void open_proj();
|
||||
virtual bool save_proj();
|
||||
void newContext(Context *ctx);
|
||||
void open_base();
|
||||
void save_config();
|
||||
|
@ -49,8 +49,4 @@ void MainWindow::createMenu() {}
|
||||
|
||||
void MainWindow::new_proj() {}
|
||||
|
||||
void MainWindow::open_proj() {}
|
||||
|
||||
bool MainWindow::save_proj() { return false; }
|
||||
|
||||
NEXTPNR_NAMESPACE_END
|
||||
|
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user