aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-07-23 12:42:01 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-07-23 12:42:01 -0400
commitbbbfecca074f908de1efd9f491c6eb2a1bb76249 (patch)
treef14ddfa4b91e1b3a1df3d7ba142588fe8b83fdee /src/textadept.c
parentd704778287b0bf7e6866c3cd932d9ae779dccc0b (diff)
No need for PLAT_* flags; src/textadept.c
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c2
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"