summaryrefslogtreecommitdiff
path: root/src/proto/highlight.pro
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-01-08 18:43:40 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-08 18:43:40 +0000
commit782b43d89473dac00e3a8e02224a8330b88dbfef (patch)
tree4309b548ce74ff64dccec70435826e602d3b21e8 /src/proto/highlight.pro
parent7c24dfddc28776eeff7464982ae5b94e187b6135 (diff)
downloadvim-git-782b43d89473dac00e3a8e02224a8330b88dbfef.tar.gz
patch 8.2.4045: some global functions are only used in one filev8.2.4045
Problem: Some global functions are only used in one file. Solution: Make the functions static. (Yegappan Lakshmanan, closes #9492)
Diffstat (limited to 'src/proto/highlight.pro')
-rw-r--r--src/proto/highlight.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proto/highlight.pro b/src/proto/highlight.pro
index b17f40df3..5635a1738 100644
--- a/src/proto/highlight.pro
+++ b/src/proto/highlight.pro
@@ -14,9 +14,6 @@ void hl_set_font_name(char_u *font_name);
void hl_set_bg_color_name(char_u *name);
void hl_set_fg_color_name(char_u *name);
guicolor_T color_name2handle(char_u *name);
-guicolor_T decode_hex_color(char_u *hex);
-guicolor_T colorname2rgb(char_u *name);
-void load_default_colors_lists(void);
guicolor_T gui_get_color_cmn(char_u *name);
guicolor_T gui_get_rgb_color_cmn(int r, int g, int b);
int get_cterm_attr_idx(int attr, int fg, int bg);