mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.1.0443: unnecessary static function prototypes
Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes.
This commit is contained in:
@@ -618,7 +618,6 @@ static gboolean is_key_pressed = FALSE;
|
||||
static gboolean blink_mode = TRUE;
|
||||
|
||||
static gboolean gui_gtk_is_blink_on(void);
|
||||
static void gui_gtk_window_clear(GdkWindow *win);
|
||||
|
||||
static void
|
||||
gui_gtk3_redraw(int x, int y, int width, int height)
|
||||
|
Reference in New Issue
Block a user