aboutsummaryrefslogtreecommitdiffstats
path: root/gui/line_editor.cc
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/line_editor.cc
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/line_editor.cc')
-rw-r--r--gui/line_editor.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/line_editor.cc b/gui/line_editor.cc
index 3c7ebe94..425f2876 100644
--- a/gui/line_editor.cc
+++ b/gui/line_editor.cc
@@ -18,8 +18,6 @@
*
*/
-#ifndef NO_PYTHON
-
#include "line_editor.h"
#include <QKeyEvent>
#include <QToolTip>
@@ -131,5 +129,3 @@ void LineEditor::autocomplete()
}
NEXTPNR_NAMESPACE_END
-
-#endif // NO_PYTHON