patch 8.2.1442: outdated references to the Mac Carbon GUI
Problem: Outdated references to the Mac Carbon GUI.
Solution: Remove or update references. (Yee Cheng Chin, closes #6703)
diff --git a/src/gui_haiku.cc b/src/gui_haiku.cc
index 60926f9..c929409 100644
--- a/src/gui_haiku.cc
+++ b/src/gui_haiku.cc
@@ -654,7 +654,7 @@
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);
}