Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-07-15 17:37:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:54 +0300
commit4f98f57347d059d28863edd7e39cbd2a1858a2b6 (patch)
tree8d380ea49dc392ed1c7ea3fd889c880e2c526e2e /iphone/Maps/DownloaderParentVC.h
parent29f38640e9ec226eccc85c8cafc6e0deab9692c6 (diff)
[ios] Code cleanup.
Diffstat (limited to 'iphone/Maps/DownloaderParentVC.h')
-rw-r--r--iphone/Maps/DownloaderParentVC.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/iphone/Maps/DownloaderParentVC.h b/iphone/Maps/DownloaderParentVC.h
index f635b3daeb..1a3c5dc970 100644
--- a/iphone/Maps/DownloaderParentVC.h
+++ b/iphone/Maps/DownloaderParentVC.h
@@ -25,8 +25,6 @@ using namespace storage;
@interface DownloaderParentVC : ViewController <MapCellDelegate, UIActionSheetDelegate, UIAlertViewDelegate, UITableViewDataSource, UITableViewDelegate>
-- (NSString *)formattedMapSize:(uint64_t)size;
-
- (BOOL)canDownloadSelectedMap;
- (UIActionSheet *)actionSheetToCancelDownloadingSelectedMap;
- (UIActionSheet *)actionSheetToPerformActionOnSelectedMap;