From 4b987f70ac463121f9791eb3493952a77aba495f Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sat, 28 Jul 2007 13:11:42 +0000 Subject: unuseful headers removed and some functions became static --- src/apoint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/apoint.c') diff --git a/src/apoint.c b/src/apoint.c index e7789fd..dd3cbac 100755 --- a/src/apoint.c +++ b/src/apoint.c @@ -1,4 +1,4 @@ -/* $calcurse: apoint.c,v 1.12 2007/07/21 19:35:14 culot Exp $ */ +/* $calcurse: apoint.c,v 1.13 2007/07/28 13:11:42 culot Exp $ */ /* * Calcurse - text-based organizer @@ -24,7 +24,6 @@ * */ -#include #include #include #include @@ -403,7 +402,8 @@ void display_item_date(WINDOW *win, int incolor, apoint_llist_node_t *i, * the appointment panel. This is to help the appointment scroll function * to place beggining of the pad correctly. */ -int get_item_line(int item_nb, int nb_events_inday) +static int +get_item_line(int item_nb, int nb_events_inday) { int separator = 2; int line = 0; -- cgit v1.2.3-54-g00ecf