diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-22 10:24:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-22 10:24:47 +0000 |
commit | 0bd663a3804fceb3efb26a179e9c1d830ddcdb6e (patch) | |
tree | 21e6a4faa46171abba58129a04001370b0cbcd81 /src/proto | |
parent | 19e69a63302f7f8972cee723bf0f3fc176825583 (diff) | |
download | vim-git-0bd663a3804fceb3efb26a179e9c1d830ddcdb6e.tar.gz |
patch 8.2.4175: MS-Windows: runtime check for multi-line balloon is obsoletev8.2.4175
Problem: MS-Windows: runtime check for multi-line balloon is obsolete.
Solution: Remove the obsolete code. (Ken Takata, closes #9592)
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/gui_w32.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/gui_w32.pro b/src/proto/gui_w32.pro index d850d22d1..43484ad80 100644 --- a/src/proto/gui_w32.pro +++ b/src/proto/gui_w32.pro @@ -90,7 +90,6 @@ void gui_mch_set_foreground(void); void gui_mch_drawsign(int row, int col, int typenr); void *gui_mch_register_sign(char_u *signfile); void gui_mch_destroy_sign(void *sign); -int multiline_balloon_available(void); void gui_mch_disable_beval_area(BalloonEval *beval); void gui_mch_enable_beval_area(BalloonEval *beval); void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg); |