forked from aniani/vim
patch 8.1.0443: unnecessary static function prototypes
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
This commit is contained in:
@@ -45,7 +45,6 @@ static char *addUniqueMnemonic(char *, char *);
|
||||
static char *fixup(char *);
|
||||
static char *get_selection(buf_T *);
|
||||
static char *append_selection(int, char *, int *, int *);
|
||||
static void load_buffer_by_name(char *, int);
|
||||
static void load_window(char *, int lnum);
|
||||
static void warp_to_pc(int);
|
||||
#ifdef FEAT_BEVAL_GUI
|
||||
@@ -1228,7 +1227,6 @@ append_selection(
|
||||
}
|
||||
|
||||
|
||||
|
||||
static void
|
||||
load_buffer_by_name(
|
||||
char *filename, /* the file to load */
|
||||
|
Reference in New Issue
Block a user