diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-11 11:47:28 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-11 11:47:28 -0400 |
| commit | 5a67a81e0bf7e91635546597dfb1a15d28dca593 (patch) | |
| tree | ad90bad704bffe563cd806106ee33f1064056f46 | |
| parent | 80ff6b2048f728e9278650272b9d0b55e332c9fe (diff) | |
Removed a TODO about "other properties" of the Mac OS X Area initializer; I have no idea what those properties would be.
| -rw-r--r-- | redo/area_darwin.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/area_darwin.m b/redo/area_darwin.m index c3d9bd0..1f7ece6 100644 --- a/redo/area_darwin.m +++ b/redo/area_darwin.m @@ -26,7 +26,6 @@ self = [super initWithFrame:r]; if (self) [self retrack]; - // TODO other properties? return self; } |
