diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index 01e2594..c332671 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,11 +53,7 @@ * a ctor/dtor order without depending on the * GCC init_priority() attribute */ -#ifdef INTERFACE_GTK -InterfaceGtk interface; -#elif defined(INTERFACE_NCURSES) -InterfaceNCurses interface; -#endif +InterfaceCurrent interface; /* * Scintilla will be initialized after these |