commit 160c5fec87a81f274b07d2fc30a5c3c01b89a4a4
parent 81e49a0d4acbb43439727bff564275b6361b684f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 4 Jun 2005 00:24:22 +0000
remove erroneous extra prototype
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2590 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/proto.h b/src/proto.h
@@ -318,9 +318,6 @@ char *histfilename(void);
void load_history(void);
bool writehist(FILE *hist, filestruct *histhead);
void save_history(void);
-#ifndef DISABLE_TABCOMP
-char *get_history_completion(filestruct **h, char *s, size_t len);
-#endif
#endif
/* Public functions in global.c. */