From: David Lawrence Ramsey Date: Sat, 4 Jun 2005 00:24:22 +0000 (+0000) Subject: remove erroneous extra prototype X-Git-Tag: v1.3.8~213 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=160c5fec87a81f274b07d2fc30a5c3c01b89a4a4;p=nano.git remove erroneous extra prototype git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2590 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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. */