svn commit: r294892 - head/lib/libdpv

Devin Teske dteske at FreeBSD.org
Wed Jan 27 06:16:54 UTC 2016


Author: dteske
Date: Wed Jan 27 06:16:53 2016
New Revision: 294892
URL: https://svnweb.freebsd.org/changeset/base/294892

Log:
  Remove unused function prototype
  
  MFC after:	3 days
  X-MFC-to:	stable/10

Modified:
  head/lib/libdpv/dialog_util.h

Modified: head/lib/libdpv/dialog_util.h
==============================================================================
--- head/lib/libdpv/dialog_util.h	Wed Jan 27 06:14:20 2016	(r294891)
+++ head/lib/libdpv/dialog_util.h	Wed Jan 27 06:16:53 2016	(r294892)
@@ -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);


More information about the svn-src-head mailing list