From 5015f5abc741b2dd29b2baa650923af7cd24f807 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 10 Aug 2009 10:09:51 +0000 Subject: Moved indentation size into *term.c files. Improved handling of libman `IP' macro (still needs work). --- term.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'term.h') diff --git a/term.h b/term.h index 7c475d9d..125a0585 100644 --- a/term.h +++ b/term.h @@ -17,11 +17,6 @@ #ifndef TERM_H #define TERM_H -/* FIXME - clean up tabs. */ - -#define INDENT 5 -#define HALFINDENT 3 - __BEGIN_DECLS enum termenc { -- cgit