Authored by Obrand69

Removed const for previously defined notification on tile region updates (using delegate now)

... ... @@ -17,8 +17,6 @@
#import "RMTileCache.h"
NSString * const RMMapNewTilesBoundsNotification = @"NewTilesBounds";
NSString* const RMMapImageRemovedFromScreenNotification = @"RMMapImageRemovedFromScreen";
NSString* const RMMapImageAddedToScreenNotification = @"RMMapImageAddedToScreen";
... ...