mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
Upgraded project to XCode 5
Fixed warnings in XCode 5
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
@implementation KPKNode (IconImage)
|
||||
|
||||
- (NSImage *)iconImage {
|
||||
if([self respondsToSelector:@selector(customIconUuid)]) {
|
||||
// find the custom icon
|
||||
}
|
||||
if(self.customIcon) {
|
||||
return self.customIcon.image;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user