Authored by Justin R. Miller

fix mis-merge

@@ -183,11 +183,6 @@ @@ -183,11 +183,6 @@
183 return [[[NSFileManager defaultManager] attributesOfItemAtPath:self.databasePath error:nil] fileSize]; 183 return [[[NSFileManager defaultManager] attributesOfItemAtPath:self.databasePath error:nil] fileSize];
184 } 184 }
185 185
186 -- (unsigned long long)fileSize  
187 -{  
188 - return [[[NSFileManager defaultManager] attributesOfItemAtPath:self.databasePath error:nil] fileSize];  
189 -}  
190 -  
191 - (UIImage *)cachedImage:(RMTile)tile withCacheKey:(NSString *)aCacheKey 186 - (UIImage *)cachedImage:(RMTile)tile withCacheKey:(NSString *)aCacheKey
192 { 187 {
193 // RMLog(@"DB cache check for tile %d %d %d", tile.x, tile.y, tile.zoom); 188 // RMLog(@"DB cache check for tile %d %d %d", tile.x, tile.y, tile.zoom);