More unnecessary TODO removal. Thanks to swillits in irc.freenode.net/#macdev.

This commit is contained in:
Pietro Gagliardi 2016-05-26 23:43:51 -04:00
parent 386c9b57e6
commit 221d57cac5
1 changed files with 0 additions and 2 deletions

View File

@ -97,7 +97,6 @@ struct uiArea {
- (void)setupNewTrackingArea
{
// TODO NSTrackingAssumeInside?
self->libui_ta = [[NSTrackingArea alloc] initWithRect:[self bounds]
options:(NSTrackingMouseEnteredAndExited |
NSTrackingMouseMoved |
@ -109,7 +108,6 @@ struct uiArea {
[self addTrackingArea:self->libui_ta];
}
// TODO when do we call super here?
- (void)updateTrackingAreas
{
[self removeTrackingArea:self->libui_ta];