Skip to content

Commit

Permalink
we don't need no R9Http :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirbod committed Sep 20, 2015
1 parent 5a3ca39 commit c4ccd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ios/GoogleMaps/GoogleMaps.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#import "GoogleMapsViewController.h"
#import "Map.h"
#import "PluginUtil.h"
#import "R9HTTPRequest.h"
#import "MyPluginLayer.h"
#import "MyReachability.h"
#import "MyPluginScrollView.h"
Expand Down
3 changes: 2 additions & 1 deletion src/ios/GoogleMaps/GoogleMaps.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ -(void)versionCheck
return;
}


/*
dispatch_queue_t gueue = dispatch_queue_create("plugins.google.maps.version_check", NULL);
dispatch_async(gueue, ^{
NSURL *URL = [NSURL URLWithString:@"http://plugins.cordova.io/api/plugin.google.maps"];
Expand All @@ -118,6 +118,7 @@ -(void)versionCheck
}];
[request startRequest];
});
*/
}

-(void)viewDidLayoutSubviews {
Expand Down

0 comments on commit c4ccd8c

Please sign in to comment.