diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-13 21:05:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-13 21:05:39 +0200 |
commit | be7529e8890f6e8a656efee8bc60c125dc8c2002 (patch) | |
tree | 19b18027d96dc5692a7615070e28b943cbd80d94 /src/gui_haiku.cc | |
parent | c771908681bc9ee7689d83e09104cf4c6f984326 (diff) | |
download | vim-git-be7529e8890f6e8a656efee8bc60c125dc8c2002.tar.gz |
patch 8.2.1442: outdated references to the Mac Carbon GUIv8.2.1442
Problem: Outdated references to the Mac Carbon GUI.
Solution: Remove or update references. (Yee Cheng Chin, closes #6703)
Diffstat (limited to 'src/gui_haiku.cc')
-rw-r--r-- | src/gui_haiku.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc index 60926f9be..c9294093c 100644 --- a/src/gui_haiku.cc +++ b/src/gui_haiku.cc @@ -654,7 +654,7 @@ docd(BPath &path) drop_callback(void *cookie) { // TODO here we could handle going to a specific position in the dropped - // file (see src/gui_mac.c) + // file (see src/gui_mac.c, deleted in 8.2.1422) // Update the screen display update_screen(NOT_VALID); } |