aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.c
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2009-01-02 22:28:53 +0000
committerFrederic Culot <calcurse@culot.org>2009-01-02 22:28:53 +0000
commitbf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994 (patch)
treeaaff674f4b38286007250298e88cc21d2f7c8d3c /src/utils.c
parentaa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd (diff)
downloadcalcurse-bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994.tar.gz
calcurse-bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994.zip
code cleanup
Diffstat (limited to 'src/utils.c')
-rwxr-xr-xsrc/utils.c7
1 files changed, 1 insertions, 6 deletions
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 ();