mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.0443: unnecessary static function prototypes
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
This commit is contained in:
@@ -28,7 +28,6 @@ typedef struct digraph
|
||||
result_T result;
|
||||
} digr_T;
|
||||
|
||||
static int getexactdigraph(int, int, int);
|
||||
static void printdigraph(digr_T *);
|
||||
|
||||
/* digraphs added by the user */
|
||||
|
Reference in New Issue
Block a user