Remove unused function prototype

MFC after:	3 days
X-MFC-to:	stable/10
This commit is contained in:
Devin Teske 2016-01-27 06:16:53 +00:00
parent 0bd9b70036
commit 138b115fcb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294892

View File

@ -55,7 +55,6 @@ extern int dheight, dwidth;
__BEGIN_DECLS
uint8_t dialog_prompt_nlstate(const char *_prompt);
void dialog_gauge_free(void);
void dialog_maxsize_free(void);
char *dialog_prompt_lastline(char *_prompt, uint8_t _nlstate);
int dialog_maxcols(void);