aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-02 19:21:25 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-02 19:21:25 +0200
commit44147dc7049457183abdcea8537c390300f3281b (patch)
treec5865161cdf3a895fd1260f267178a5834021af3 /gui/designwidget.h
parent4fa0c81ed7ea8a8ad1c636b3d9f45deb8c73a2c4 (diff)
downloadnextpnr-44147dc7049457183abdcea8537c390300f3281b.tar.gz
nextpnr-44147dc7049457183abdcea8537c390300f3281b.tar.bz2
nextpnr-44147dc7049457183abdcea8537c390300f3281b.zip
Document and cleanup
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index 628586f4..c78d7232 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -53,7 +53,6 @@ class DesignWidget : public QWidget
std::vector<DecalXY> getDecals(ElementType type, IdString value);
void updateHighlightGroup(QList<TreeModel::Item *> item, int group);
Q_SIGNALS:
- void info(std::string text);
void selected(std::vector<DecalXY> decal, bool keep);
void highlight(std::vector<DecalXY> decal, int group);
void zoomSelected();