aboutsummaryrefslogtreecommitdiff
path: root/lib/libdpv
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2016-01-27 06:16:53 +0000
committerDevin Teske <dteske@FreeBSD.org>2016-01-27 06:16:53 +0000
commit138b115fcba0f175be97dbeb0669e7dc20c29ec8 (patch)
tree904d0c1fc87082c2271f99c44451b83db8089486 /lib/libdpv
parent0bd9b70036471cb7f1774b64aef17b6c2157eaa3 (diff)
downloadsrc-138b115fcba0f175be97dbeb0669e7dc20c29ec8.tar.gz
src-138b115fcba0f175be97dbeb0669e7dc20c29ec8.zip
Remove unused function prototype
MFC after: 3 days X-MFC-to: stable/10
Notes
Notes: svn path=/head/; revision=294892
Diffstat (limited to 'lib/libdpv')
-rw-r--r--lib/libdpv/dialog_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libdpv/dialog_util.h b/lib/libdpv/dialog_util.h
index e279c3f0621a..b0c73c52e446 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);