Remove some unneeded comments in init method

This commit is contained in:
Gregory John Casamento 2021-05-27 18:35:15 -04:00
parent ec1eb16cc8
commit d3a1fd1119

View file

@ -459,9 +459,9 @@
_visiblePriorityMap = RETAIN([NSMapTable weakToWeakObjectsMapTable]);
// Gravity... not used by default.
_beginningContainer = nil; // [[NSStackViewContainer alloc] init];
_middleContainer = nil; // [[NSStackViewContainer alloc] init];
_endContainer = nil; // [[NSStackViewContainer alloc] init];
_beginningContainer = nil;
_middleContainer = nil;
_endContainer = nil;
[self _refreshView];
}