Upgraded project to XCode 5

Fixed warnings in XCode 5
This commit is contained in:
michael starke
2013-09-19 00:06:29 +02:00
parent 6a6b1e1ba5
commit 868950e873
9 changed files with 62 additions and 21 deletions

View File

@@ -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;
}