aboutsummaryrefslogtreecommitdiffstats
path: root/gui/pyconsole.h
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-14 19:12:29 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-14 19:12:29 +0100
commit1b5c1b028e0a44c6171aa2b95809e2b6edb9c13c (patch)
tree56765c8830654b50e0e7f302527a34fbeb38b371 /gui/pyconsole.h
parenteafb9b4281db82b7f5b2cfcab4dfcfd1dcb038aa (diff)
parent8d1996cae99ff80a2d9390b94db54217ed1d8726 (diff)
downloadnextpnr-1b5c1b028e0a44c6171aa2b95809e2b6edb9c13c.tar.gz
nextpnr-1b5c1b028e0a44c6171aa2b95809e2b6edb9c13c.tar.bz2
nextpnr-1b5c1b028e0a44c6171aa2b95809e2b6edb9c13c.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr
Diffstat (limited to 'gui/pyconsole.h')
-rw-r--r--gui/pyconsole.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/pyconsole.h b/gui/pyconsole.h
index 60f10672..9dbd3b95 100644
--- a/gui/pyconsole.h
+++ b/gui/pyconsole.h
@@ -21,8 +21,6 @@
#ifndef PYCONSOLE_H
#define PYCONSOLE_H
-#ifndef NO_PYTHON
-
#include <QColor>
#include <QMimeData>
#include <QTextEdit>
@@ -53,6 +51,5 @@ class PythonConsole : public QTextEdit, public ParseListener
};
NEXTPNR_NAMESPACE_END
-#endif // NO_PYTHON
#endif // PYCONSOLE_H