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/notify.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/notify.h') diff --git a/src/notify.h b/src/notify.h index c1fe957..85ae733 100755 --- a/src/notify.h +++ b/src/notify.h @@ -1,4 +1,4 @@ -/* $calcurse: notify.h,v 1.10 2007/07/23 19:30:04 culot Exp $ */ +/* $calcurse: notify.h,v 1.11 2007/07/28 13:11:42 culot Exp $ */ /* * Calcurse - text-based organizer @@ -27,9 +27,6 @@ #ifndef CALCURSE_NOTIFY_H #define CALCURSE_NOTIFY_H -#include -#include - #include "wins.h" #include "apoint.h" #include "recur.h" @@ -60,14 +57,11 @@ void notify_start_main_thread(void); void notify_stop_main_thread(void); void notify_reinit_bar(int, int, int, int); void notify_update_bar(void); -void notify_extract_aptsfile(void); void notify_check_next_app(void); void notify_check_added(char *, long, char); void notify_check_repeated(recur_apoint_llist_node_t *); int notify_same_item(long); int notify_same_recur_item(recur_apoint_llist_node_t *); -void notify_launch_cmd(char *, char *); -void notify_catch_children(void); void notify_config_bar(void); #endif /* CALCURSE_NOTIFY_H */ -- cgit v1.2.3-54-g00ecf