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:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user