diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-06-26 09:17:23 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-06-30 14:34:35 +0200 |
commit | ba28426fc0788d52ac7128c2dcd7afeff8be1127 (patch) | |
tree | 3bddb06338fd57505a28c8c9658304ccdcce0cdc /src/calcurse.h | |
parent | 0504875219bdc4c017938bdccf564d9a452afcc6 (diff) | |
download | calcurse-ba28426fc0788d52ac7128c2dcd7afeff8be1127.tar.gz calcurse-ba28426fc0788d52ac7128c2dcd7afeff8be1127.zip |
Remove unused functions
Remove apoint_get(), event_get(), recur_get_apoint() and
recur_get_event(), since they are no longer used.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index c3233bb..8c50498 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -607,7 +607,6 @@ unsigned apoint_inday(struct apoint *, long); void apoint_sec2str(struct apoint *, long, char *, char *); void apoint_write(struct apoint *, FILE *); struct apoint *apoint_scan(FILE *, struct tm, struct tm, char, char *); -struct apoint *apoint_get(long, int); void apoint_delete_bynum(long, unsigned, enum eraseflg); void apoint_scroll_pad_down(int, int); void apoint_scroll_pad_up(int); @@ -697,7 +696,6 @@ struct event *event_new(char *, char *, long, int); unsigned event_inday(struct event *, long); void event_write(struct event *, FILE *); struct event *event_scan(FILE *, struct tm, int, char *); -struct event *event_get(long, int); void event_delete_bynum(long, unsigned, enum eraseflg); void event_paste_item(void); @@ -868,8 +866,6 @@ void recur_apoint_erase(long, unsigned, unsigned, enum eraseflg); void recur_repeat_item(void); void recur_exc_scan(llist_t *, FILE *); struct notify_app *recur_apoint_check_next(struct notify_app *, long, long); -struct recur_apoint *recur_get_apoint(long, int); -struct recur_event *recur_get_event(long, int); void recur_apoint_switch_notify(struct recur_apoint *); void recur_event_paste_item(void); void recur_apoint_paste_item(void); |