From 160c5fec87a81f274b07d2fc30a5c3c01b89a4a4 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 4 Jun 2005 00:24:22 +0000 Subject: [PATCH] remove erroneous extra prototype git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2590 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/proto.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/proto.h b/src/proto.h index afd2d5c2..1d9ba95d 100644 --- 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. */