From 4e4755c533b68b633129ba74683cd63f27dc54db Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Tue, 26 Dec 2023 11:53:38 -0500 Subject: [PATCH] Remove uneeded comments --- Source/GSXib5KeyedUnarchiver.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/GSXib5KeyedUnarchiver.m b/Source/GSXib5KeyedUnarchiver.m index b98c412ed6..9c086f2a22 100644 --- a/Source/GSXib5KeyedUnarchiver.m +++ b/Source/GSXib5KeyedUnarchiver.m @@ -327,8 +327,6 @@ + (void) initialize @"collectionViewLayout", @"NSCollectionViewLayout", @"shadow", @"NSViewShadow", @"blurRadius", @"NSShadowBlurRadius", - // @"width", @"NSShadowHoriz", - // @"height", @"NSShadowVert", @"color", @"NSShadowColor", nil]; RETAIN(XmlKeyMapTable);