From a30c90206d7011905955063ae432a5be30dca6f4 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 4 Jun 2013 13:32:08 +0200 Subject: all interface classes define the same type InterfaceCurrent, simplifying the interface object definition * they still define their own classes (e.g. InterfaceNCurses), InterfaceCurrent is a typedef --- src/main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/main.cpp') 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 -- cgit v1.2.3