summaryrefslogtreecommitdiff
path: root/editors/fte/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'editors/fte/files/patch-ad')
-rw-r--r--editors/fte/files/patch-ad13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/fte/files/patch-ad b/editors/fte/files/patch-ad
deleted file mode 100644
index 8a5463284225..000000000000
--- a/editors/fte/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/c_hilit.h Mon Aug 25 03:11:28 1997
-+++ src/c_hilit.h.new Thu Jun 8 22:08:05 2000
-@@ -128,10 +128,6 @@
- int TabSize = BFI(BF, BFI_TabSize); \
- int ExpandTabs = BFI(BF, BFI_ExpandTabs);
-
--//#define HILIT_VARS2() \
--// int len1 = len;
--// char *last = p + len1 - 1;
--
- #define IF_TAB() \
- if (*p == '\t' && ExpandTabs) { \
- NC = NextTab(C, TabSize); \