diff options
author | 2012-07-23 12:42:01 -0400 | |
---|---|---|
committer | 2012-07-23 12:42:01 -0400 | |
commit | bbbfecca074f908de1efd9f491c6eb2a1bb76249 (patch) | |
tree | f14ddfa4b91e1b3a1df3d7ba142588fe8b83fdee /src | |
parent | d704778287b0bf7e6866c3cd932d9ae779dccc0b (diff) | |
download | textadept-bbbfecca074f908de1efd9f491c6eb2a1bb76249.tar.gz textadept-bbbfecca074f908de1efd9f491c6eb2a1bb76249.zip |
No need for PLAT_* flags; src/textadept.c
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" |