mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-03 17:33:41 +00:00
Eliminated dead code
This commit is contained in:
@@ -661,12 +661,6 @@ if (_DOMContentsElement && aLayer._zPosition > _DOMContentsElement.style.zIndex)
|
||||
- (void)addSublayer:(CALayer)aLayer
|
||||
{
|
||||
[self insertSublayer:aLayer atIndex:_sublayers.length];
|
||||
return;
|
||||
|
||||
ADJUST_CONTENTS_ZINDEX(aLayer);
|
||||
|
||||
[_sublayers addObject:aLayer];
|
||||
_DOMElement.appendChild(DOM(aLayer));
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user