diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/textadept.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/textadept.c b/src/textadept.c index 80407428..3927895a 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -22,14 +22,12 @@ #endif #if GTK #include <gtk/gtk.h> -#define PLAT_GTK 1 #elif NCURSES #include <signal.h> #include <sys/ioctl.h> #include <termios.h> #include <ncurses.h> #include "cdk_int.h" -#define PLAT_TERM 1 #endif #include "gtdialog.h" |