From 4a695b1a8b1d9f85a429acc72e989eb963077755 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 3 May 2012 12:13:29 +0200 Subject: [PATCH] include/tt: remove obsolete stuff Signed-off-by: Karel Zak --- include/tt.h | 3 --- lib/tt.c | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/include/tt.h b/include/tt.h index 9b5f15a9c4..36d3bb200b 100644 --- a/include/tt.h +++ b/include/tt.h @@ -87,7 +87,4 @@ extern struct tt_line *tt_add_line(struct tt *tb, struct tt_line *parent); extern int tt_line_set_data(struct tt_line *ln, int colnum, const char *data); extern int tt_line_set_userdata(struct tt_line *ln, void *data); -extern int tt_parse_columns_list(const char *list, int ary[], size_t arrsz, - int (name2id)(const char *, size_t)); - #endif /* UTIL_LINUX_TT_H */ diff --git a/lib/tt.c b/lib/tt.c index 1d69a34c42..1b5fbaceab 100644 --- a/lib/tt.c +++ b/lib/tt.c @@ -20,9 +20,9 @@ #include #endif +#include "c.h" #include "nls.h" #include "widechar.h" -#include "c.h" #include "tt.h" #include "mbsalign.h" -- 2.47.3