summaryrefslogtreecommitdiffstats
path: root/src/gui_haiku.cc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-13 21:05:39 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-13 21:05:39 +0200
commitbe7529e8890f6e8a656efee8bc60c125dc8c2002 (patch)
tree19b18027d96dc5692a7615070e28b943cbd80d94 /src/gui_haiku.cc
parentc771908681bc9ee7689d83e09104cf4c6f984326 (diff)
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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc
index 60926f9be2..c9294093c7 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);
}