From bbbfecca074f908de1efd9f491c6eb2a1bb76249 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 23 Jul 2012 12:42:01 -0400 Subject: No need for PLAT_* flags; src/textadept.c --- src/textadept.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -#define PLAT_GTK 1 #elif NCURSES #include #include #include #include #include "cdk_int.h" -#define PLAT_TERM 1 #endif #include "gtdialog.h" -- cgit v1.2.3