Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 06:16:53 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294892 - head/lib/libdpv
Message-ID:  <201601270616.u0R6GrsD030296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601270616.u0R6GrsD030296>