From 6dff58f15cede9139b2fcfc64c9064326ea3d3b0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 Sep 2018 21:43:26 +0200 Subject: patch 8.1.0443: unnecessary static function prototypes Problem: Unnecessary static function prototypes. Solution: Remove unnecessary prototypes. --- src/charset.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/charset.c') diff --git a/src/charset.c b/src/charset.c index a4816887e..028095453 100644 --- a/src/charset.c +++ b/src/charset.c @@ -9,10 +9,6 @@ #include "vim.h" -#ifdef FEAT_LINEBREAK -static int win_chartabsize(win_T *wp, char_u *p, colnr_T col); -#endif - #ifdef FEAT_MBYTE # if defined(HAVE_WCHAR_H) # include /* for towupper() and towlower() */ -- cgit v1.2.1