From d32d811623ac130df58a5f02f168f48caa23ef9a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 11 Nov 2011 09:41:49 +0100 Subject: src/apoint.c: Remove apoint_recur_s2apoint_s() This one is hackish, obsolete and no longer used by any other function. Drop it! Signed-off-by: Lukas Fleischer --- src/calcurse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index 9094df8..9cfc2e5 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -596,7 +596,6 @@ void apoint_delete_bynum (long, unsigned, enum eraseflg); void apoint_scroll_pad_down (int, int); void apoint_scroll_pad_up (int); struct notify_app *apoint_check_next (struct notify_app *, long); -struct apoint *apoint_recur_s2apoint_s (struct recur_apoint *); void apoint_switch_notify (void); void apoint_update_panel (int); void apoint_paste_item (void); -- cgit v1.2.3-54-g00ecf