From 43a0bd87f5856a303d552ca895dd0fea72a1ecda Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 21 Oct 2011 18:36:56 +0300 Subject: [PATCH] [ios] Removed unneeded lines --- iphone/Maps/main.mm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/iphone/Maps/main.mm b/iphone/Maps/main.mm index 26ed8ad567..70663b6e6a 100644 --- a/iphone/Maps/main.mm +++ b/iphone/Maps/main.mm @@ -7,16 +7,12 @@ ////////////////////////////////////////////////////////////////////////////////// /// Used to trick iOs and enable multithreading support with non-native pthreads -@interface Dummy : NSObject -{ -} +@interface Dummy : NSObject - (void) dummyThread: (id) obj; @end @implementation Dummy -- (void) dummyThread: (id) obj -{ -} +- (void) dummyThread: (id) obj {} @end ///////////////////////////////////////////////////////////////////////////////////