mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Get rid of some unnecessary casts
This commit is contained in:
committed by
Pieter de Bie
parent
df4a50aebe
commit
c12e8b9dd4
@@ -15,7 +15,7 @@
|
||||
- (NSMenu *)menuForEvent:(NSEvent *)theEvent
|
||||
{
|
||||
if ([self delegate])
|
||||
return [(PBGitIndexController *)[self delegate] menuForTable: self];
|
||||
return [[self delegate] menuForTable: self];
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user