Removing warning in 5.1DP2 by removing “extern inline” (this doesn’t really make sense)

This commit is contained in:
Javier Soto 2013-12-13 17:04:57 -08:00
parent 4382672c4a
commit be4a9e0ac8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#define SDDispatchQueueSetterSementics assign
#endif
extern inline UIImage *SDScaledImageForKey(NSString *key, UIImage *image);
extern UIImage *SDScaledImageForKey(NSString *key, UIImage *image);
#define dispatch_main_sync_safe(block)\
if ([NSThread isMainThread])\