diff options
author | dteske <dteske@FreeBSD.org> | 2016-01-27 06:16:53 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2016-01-27 06:16:53 +0000 |
commit | 1f1c0f4112dbf60fee7e350dd01863d75a57446e (patch) | |
tree | 904d0c1fc87082c2271f99c44451b83db8089486 /lib | |
parent | d1f282a35f58e873cec934651e2d9107b50b1d0c (diff) | |
download | FreeBSD-src-1f1c0f4112dbf60fee7e350dd01863d75a57446e.zip FreeBSD-src-1f1c0f4112dbf60fee7e350dd01863d75a57446e.tar.gz |
Remove unused function prototype
MFC after: 3 days
X-MFC-to: stable/10
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libdpv/dialog_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libdpv/dialog_util.h b/lib/libdpv/dialog_util.h index e279c3f..b0c73c5 100644 --- a/lib/libdpv/dialog_util.h +++ b/lib/libdpv/dialog_util.h @@ -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); |