From 7669300fcbdb30aeda2644acd02f2d393722076f Mon Sep 17 00:00:00 2001 From: Chris Hamons Date: Fri, 3 Aug 2018 23:22:07 -0500 Subject: [PATCH] Fix appkit warning (#4573) --- src/appkit.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/appkit.cs b/src/appkit.cs index e3194b7081..36a0e305cd 100644 --- a/src/appkit.cs +++ b/src/appkit.cs @@ -805,14 +805,6 @@ namespace AppKit { [Mac (10,12)] [Export ("enumerateWindowsWithOptions:usingBlock:")] void EnumerateWindows (NSWindowListOptions options, NSApplicationEnumerateWindowsHandler block); - - [Mac (10, 14, onlyOn64: true)] - [NullAllowed, Export ("appearance", ArgumentSemantic.Strong)] - NSAppearance Appearance { get; set; } - - [Mac (10, 14, onlyOn64: true)] - [Export ("effectiveAppearance", ArgumentSemantic.Strong)] - NSAppearance EffectiveAppearance { get; } } [Static]