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:
Pietro Gagliardi 2014-08-11 11:47:28 -04:00
parent 80ff6b2048
commit 5a67a81e0b
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
self = [super initWithFrame:r];
if (self)
[self retrack];
// TODO other properties?
return self;
}