aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-18 17:18:44 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-18 17:18:44 +0200
commit34772634317972aa4f816b6010a273bd7f3d17f3 (patch)
tree83762b4f9b5f4b5eb0b7d8f40268827dbd06c9ef /gui/designwidget.h
parent50bf32665d0d7b7054df3ce1f36aad783eaaaa83 (diff)
downloadnextpnr-34772634317972aa4f816b6010a273bd7f3d17f3.tar.gz
nextpnr-34772634317972aa4f816b6010a273bd7f3d17f3.tar.bz2
nextpnr-34772634317972aa4f816b6010a273bd7f3d17f3.zip
removed not used and buggy features
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index 1afe817d..269e32fa 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -65,8 +65,6 @@ class DesignWidget : public QWidget
void info(std::string text);
void selected(std::vector<DecalXY> decal);
void highlight(std::vector<DecalXY> decal, int group);
- void finishContextLoad();
- void contextLoadStatus(std::string text);
private Q_SLOTS:
void prepareMenuProperty(const QPoint &pos);