Removed commented code

This commit is contained in:
michael starke
2013-07-19 18:42:18 +02:00
parent 5e6e31fb47
commit 5e6d2bed3d

View File

@@ -349,7 +349,7 @@ NSString *const MPCurrentItemChangedNotification = @"com.hicknhack.macpass.MPCur
}
_firstResponder = firstResonder;
if([_firstResponder isKindOfClass:[NSView class]]) {
//self _updateCurrentItem:[NSNotification notificationWithName:@"dummy" object:_firstResponder ]];
[self _updateCurrentItem:[NSNotification notificationWithName:@"dummy" object:_firstResponder ]];
}
}