simplified isHistory wrapper

This commit is contained in:
michael starke
2017-04-25 20:05:25 +02:00
parent 7bc06a5997
commit f014df579a

View File

@@ -12,10 +12,8 @@
- (BOOL)isHistory { - (BOOL)isHistory {
if(self.asEntry) { /* nil call will return NO */
return self.asEntry.isHistory; return self.asEntry.isHistory;
} }
return NO;
}
@end @end