Fix build on macOS
* src/nsterm.h (NSPasteboardTypeMultipleTextSelection): (NSPasteboardTypePNG): These are already defined on macOS 10.6 and above and aren't used at all in GNUstep.
This commit is contained in:
parent
67676bb5a0
commit
50379fb78d
1 changed files with 0 additions and 2 deletions
|
@ -1352,9 +1352,7 @@ enum NSWindowTabbingMode
|
|||
#define NSPasteboardTypeTabularText NSTabularTextPboardType
|
||||
#define NSPasteboardTypeURL NSURLPboardType
|
||||
#define NSPasteboardTypeHTML NSHTMLPboardType
|
||||
#define NSPasteboardTypeMultipleTextSelection NSMultipleTextSelectionPboardType
|
||||
#define NSPasteboardTypePDF NSPDFPboardType
|
||||
#define NSPasteboardTypePNG NSPNGPboardType
|
||||
#define NSPasteboardTypeRTF NSRTFPboardType
|
||||
#define NSPasteboardTypeRTFD NSRTFDPboardType
|
||||
#define NSPasteboardTypeTIFF NSTIFFPboardType
|
||||
|
|
Loading…
Add table
Reference in a new issue