From bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Fri, 2 Jan 2009 22:28:53 +0000 Subject: code cleanup --- src/utils.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 87f2a16..517da04 100755 --- a/src/utils.c +++ b/src/utils.c @@ -1,4 +1,4 @@ -/* $calcurse: utils.c,v 1.64 2009/01/01 17:50:41 culot Exp $ */ +/* $calcurse: utils.c,v 1.65 2009/01/02 22:28:54 culot Exp $ */ /* * Calcurse - text-based organizer @@ -36,7 +36,6 @@ #include "utils.h" #include "i18n.h" -#include "notify.h" #include "wins.h" #include "custom.h" #include "keys.h" @@ -47,7 +46,6 @@ #include "todo.h" #include "day.h" #include "keys.h" -#include "vars.h" #include "mem.h" #define NB_CAL_CMDS 24 /* number of commands while in cal view */ @@ -71,9 +69,6 @@ exit_calcurse (int status) } calendar_stop_date_thread (); io_stop_psave_thread (); - vars_free (); - notify_free_vars (); - notify_free_bar (); day_saved_item_free (); day_free_list (); event_llist_free (); -- cgit v1.2.3-54-g00ecf