summaryrefslogtreecommitdiff
path: root/src/memline.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-30 21:43:26 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-30 21:43:26 +0200
commit6dff58f15cede9139b2fcfc64c9064326ea3d3b0 (patch)
treef2326055f5fe8bb5948374155f11bd220c1d9dc7 /src/memline.c
parentf45d747ebf920940b041f5c75c2bfdffb6b670ae (diff)
downloadvim-git-6dff58f15cede9139b2fcfc64c9064326ea3d3b0.tar.gz
patch 8.1.0443: unnecessary static function prototypesv8.1.0443
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
Diffstat (limited to 'src/memline.c')
-rw-r--r--src/memline.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/memline.c b/src/memline.c
index b4e02d771..c06f9571c 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -235,10 +235,8 @@ typedef enum {
} upd_block0_T;
#ifdef FEAT_CRYPT
-static void ml_set_mfp_crypt(buf_T *buf);
static void ml_set_b0_crypt(buf_T *buf, ZERO_BL *b0p);
#endif
-static int ml_check_b0_id(ZERO_BL *b0p);
static void ml_upd_block0(buf_T *buf, upd_block0_T what);
static void set_b0_fname(ZERO_BL *, buf_T *buf);
static void set_b0_dir_flag(ZERO_BL *b0p, buf_T *buf);
@@ -4070,8 +4068,6 @@ get_file_in_dir(
return retval;
}
-static void attention_message(buf_T *buf, char_u *fname);
-
/*
* Print the ATTENTION message: info about an existing swap file.
*/