1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-08-13 21:05:39 +02:00
parent c771908681
commit be7529e889
9 changed files with 8 additions and 27 deletions

View File

@@ -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. */