From c3e0b0f6a8cdadff82dfe2cf8b706f4716cb367e Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 9 Sep 2020 06:54:38 +0300 Subject: macOS: Deployment taget is 10.14 --- src/macos.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/macos.m') diff --git a/src/macos.m b/src/macos.m index edbb6df0..d44be7d0 100644 --- a/src/macos.m +++ b/src/macos.m @@ -58,6 +58,7 @@ enum iTouchBarVariant { default_TouchBarVariant, }; +#if 0 @interface CommandButton : NSButtonTouchBarItem { NSString *command; iWidget *widget; @@ -110,6 +111,7 @@ enum iTouchBarVariant { } @end +#endif @interface MyDelegate : NSResponder { enum iTouchBarVariant touchBarVariant; -- cgit v1.2.3