From e8496e06c1d6c3d5ff92682f6d2ae43553e942bc Mon Sep 17 00:00:00 2001 From: wens Date: Mon, 16 Jun 2008 07:54:53 +0000 Subject: Remove unused code. Use visio API to display prompt. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4372 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index eb303221..680a2b9c 100644 --- a/include/proto.h +++ b/include/proto.h @@ -433,15 +433,6 @@ extern void ShowVector(struct Vector *self, int row, int column, const char *pro extern void ToggleVector(struct Vector *list, int *recipient, const char *listfile, const char *msg); void usercomplete(const char *prompt, char *data); -void namecomplete(const char *prompt, char *data); -void AddNameList(const char *name); -void FreeNameList(void); -void CreateNameList(void); -int chkstr(char *otag, const char *tag, const char *name); -int InNameList(const char *name); -void ShowNameList(int row, int column, const char *prompt); -int RemoveNameList(const char *name); -void ToggleNameList(int *reciper, const char *listfile, const char *msg); int generalnamecomplete(const char *prompt, char *data, int len, size_t nmemb, gnc_comp_func compar, gnc_perm_func permission, gnc_getname_func getname); -- cgit v1.2.3