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];
|
self = [super initWithFrame:r];
|
||||||
if (self)
|
if (self)
|
||||||
[self retrack];
|
[self retrack];
|
||||||
// TODO other properties?
|
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue