aboutsummaryrefslogtreecommitdiffstats
path: root/src/notify.h
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/notify.h
parentaa7d6c5eb75d236a6a58b4df8c98335fd0ac24dd (diff)
downloadcalcurse-bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994.tar.gz
calcurse-bf3bce0ab2d6d5fc8448821fbfa29b48a1bb5994.zip
code cleanup
Diffstat (limited to 'src/notify.h')
-rwxr-xr-xsrc/notify.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/notify.h b/src/notify.h
index 957ec36..8823bb8 100755
--- a/src/notify.h
+++ b/src/notify.h
@@ -1,4 +1,4 @@
-/* $calcurse: notify.h,v 1.15 2008/12/28 13:13:59 culot Exp $ */
+/* $calcurse: notify.h,v 1.16 2009/01/02 22:28:54 culot Exp $ */
/*
* Calcurse - text-based organizer
@@ -54,9 +54,7 @@ struct notify_app_s
int notify_bar (void);
void notify_init_vars (void);
-void notify_free_vars (void);
void notify_init_bar (void);
-void notify_free_bar (void);
void notify_start_main_thread (void);
void notify_stop_main_thread (void);
void notify_reinit_bar (void);