summaryrefslogtreecommitdiff
path: root/src/os_macosx.m
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/os_macosx.m
parentc771908681bc9ee7689d83e09104cf4c6f984326 (diff)
downloadvim-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/os_macosx.m')
-rw-r--r--src/os_macosx.m5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/os_macosx.m b/src/os_macosx.m
index 0ac59b4cc..0299fe413 100644
--- a/src/os_macosx.m
+++ b/src/os_macosx.m
@@ -29,11 +29,8 @@
/*
* Clipboard support for the console.
- * Don't include this when building the GUI version, the functions in
- * gui_mac.c are used then. TODO: remove those instead?
- * But for MacVim we do need these ones.
*/
-#if defined(FEAT_CLIPBOARD) && (!defined(FEAT_GUI_ENABLED))
+#if defined(FEAT_CLIPBOARD)
/* Used to identify clipboard data copied from Vim. */