Drop nullable for consistency

This commit is contained in:
Kevin Sawicki 2017-03-03 14:07:59 -08:00
parent fde310f50d
commit edebb32014

View file

@ -389,7 +389,7 @@ bool ScopedDisableResize::disable_resize_ = false;
return nil;
}
- (nullable NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
- (NSTouchBarItem*)touchBar:(NSTouchBar*)touchBar
makeItemForIdentifier:(NSTouchBarItemIdentifier)identifier {
if (touchBar && atom_touch_bar_)
return [atom_touch_bar_ makeItemForIdentifier:identifier];