Skip to content

Commit c4ccd8c

Browse files
author
Hirbod
committed
we don't need no R9Http :)
1 parent 5a3ca39 commit c4ccd8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ios/GoogleMaps/GoogleMaps.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#import "GoogleMapsViewController.h"
1212
#import "Map.h"
1313
#import "PluginUtil.h"
14-
#import "R9HTTPRequest.h"
1514
#import "MyPluginLayer.h"
1615
#import "MyReachability.h"
1716
#import "MyPluginScrollView.h"

src/ios/GoogleMaps/GoogleMaps.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ -(void)versionCheck
9797
return;
9898
}
9999

100-
100+
/*
101101
dispatch_queue_t gueue = dispatch_queue_create("plugins.google.maps.version_check", NULL);
102102
dispatch_async(gueue, ^{
103103
NSURL *URL = [NSURL URLWithString:@"http://plugins.cordova.io/api/plugin.google.maps"];
@@ -118,6 +118,7 @@ -(void)versionCheck
118118
}];
119119
[request startRequest];
120120
});
121+
*/
121122
}
122123

123124
-(void)viewDidLayoutSubviews {

0 commit comments

Comments
 (0)