aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-07-17 01:11:00 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-07-17 14:03:53 +0200
commit20709b7a7e1bdaae59d704596898e727e1155d77 (patch)
treede4d6b0cfa945395318659d2a9d41e737ee19563 /src/calcurse.h
parent08f5064ef7b204d3c564f76b1c2e78d83d586a1a (diff)
downloadcalcurse-20709b7a7e1bdaae59d704596898e727e1155d77.tar.gz
calcurse-20709b7a7e1bdaae59d704596898e727e1155d77.zip
Drop legacy online help system
Remove the old online help system and change the generic help key to do the same thing as ":help". This also removes some context-sensitive help. We should think about re-adding support for this later. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index e0fe84f..c595cdb 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -719,10 +719,6 @@ struct event *event_scan(FILE *, struct tm, int, char *);
void event_delete(struct event *);
void event_paste_item(struct event *, long);
-/* help.c */
-void help_wins_init(struct scrollwin *, int, int, int, int);
-void help_screen(void);
-
/* getstring.c */
enum getstr getstring(WINDOW *, char *, int, int, int);
int updatestring(WINDOW *, char **, int, int);