summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_x11.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-27 22:52:43 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-27 22:52:43 +0100
commitd21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 (patch)
treeae70c3986ae73061897e71d01610ef1e63df868b /src/proto/gui_x11.pro
parent944cc9ceba8868acd238264d4a3894803c566b37 (diff)
patch 8.2.5171: dependencies and proto files are outdatedv8.2.5171
Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors.
Diffstat (limited to 'src/proto/gui_x11.pro')
-rw-r--r--src/proto/gui_x11.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/gui_x11.pro b/src/proto/gui_x11.pro
index 5dde37d462..6e8974e0c8 100644
--- a/src/proto/gui_x11.pro
+++ b/src/proto/gui_x11.pro
@@ -23,7 +23,6 @@ void gui_mch_free_font(GuiFont font);
void gui_mch_free_fontset(GuiFontset fontset);
GuiFontset gui_mch_get_fontset(char_u *name, int giveErrorIfMissing, int fixed_width);
int fontset_height(XFontSet fs);
-int fontset_height2(XFontSet fs);
guicolor_T gui_mch_get_color(char_u *name);
guicolor_T gui_mch_get_rgb_color(int r, int g, int b);
void gui_mch_set_fg_color(guicolor_T color);