diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-09-30 21:43:26 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-09-30 21:43:26 +0200 |
commit | 6dff58f15cede9139b2fcfc64c9064326ea3d3b0 (patch) | |
tree | f2326055f5fe8bb5948374155f11bd220c1d9dc7 /src/gui_x11.c | |
parent | f45d747ebf920940b041f5c75c2bfdffb6b670ae (diff) | |
download | vim-git-6dff58f15cede9139b2fcfc64c9064326ea3d3b0.tar.gz |
patch 8.1.0443: unnecessary static function prototypesv8.1.0443
Problem: Unnecessary static function prototypes.
Solution: Remove unnecessary prototypes.
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r-- | src/gui_x11.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c index 7a5cae03e..d9928f0a6 100644 --- a/src/gui_x11.c +++ b/src/gui_x11.c @@ -138,7 +138,6 @@ static void gui_x11_send_event_handler(Widget, XtPointer, XEvent *, Boolean *); #endif static void gui_x11_wm_protocol_handler(Widget, XtPointer, XEvent *, Boolean *); static Cursor gui_x11_create_blank_mouse(void); -static void draw_curl(int row, int col, int cells); /* @@ -1309,8 +1308,6 @@ gui_mch_init_check(void) */ static XtInputId _xsmp_xtinputid; -static void local_xsmp_handle_requests(XtPointer c, int *s, XtInputId *i); - static void local_xsmp_handle_requests( XtPointer c UNUSED, |