Removed a TODO about "other properties" of the Mac OS X Area initializer; I have no idea what those properties would be.
This commit is contained in:
parent
80ff6b2048
commit
5a67a81e0b
|
@ -26,7 +26,6 @@
|
|||
self = [super initWithFrame:r];
|
||||
if (self)
|
||||
[self retrack];
|
||||
// TODO other properties?
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue