From 96e0c6c9eaa8a8dc51131dceea859c13339b5b38 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Mon, 28 Sep 2020 15:12:57 -0700 Subject: [PATCH] Removed synthesize statements that are redundant with the property declarations. --- src/main-cocoa.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main-cocoa.m b/src/main-cocoa.m index d9692b2c6..e22139743 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -2177,9 +2177,6 @@ static bool initialized = FALSE; @implementation AngbandContext -@synthesize hasSubwindowFlags=_hasSubwindowFlags; -@synthesize windowVisibilityChecked=_windowVisibilityChecked; - - (NSSize)baseSize { /* -- 2.11.0