From d7fbbbb8d4e6d5358ba83af4919adb39417607de Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 16 Apr 2011 22:19:26 +0200 Subject: [PATCH] [ios] Fixed warning in location manager @TODO refactor all location code and interfaces --- iphone/Maps/Classes/UserLocationController.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/iphone/Maps/Classes/UserLocationController.h b/iphone/Maps/Classes/UserLocationController.h index f58e7bcec6..90e564ca56 100644 --- a/iphone/Maps/Classes/UserLocationController.h +++ b/iphone/Maps/Classes/UserLocationController.h @@ -29,7 +29,5 @@ //@property (nonatomic, assign) BOOL active; - (id) initWithDelegate: (id) locationDelegate; -- (void) Start; -- (void) Stop; @end