From 8d68bd73e74b70ec39f5192cfdfc7a3ac71ed97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Wed, 26 Feb 2014 12:24:17 +0100 Subject: draw a checkerboard stencil clipping mask initially --- macosx/main.mm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'macosx') diff --git a/macosx/main.mm b/macosx/main.mm index 472799d996..3f35b875b6 100644 --- a/macosx/main.mm +++ b/macosx/main.mm @@ -227,7 +227,6 @@ public: }; MapView *mapView; -NSOperationQueue *queue; namespace llmr { namespace platform { @@ -240,10 +239,6 @@ void restart() { } void request_http(std::string url, std::function background_function, std::function foreground_callback) { - if (!queue) { - queue = [NSOperationQueue new]; - } - NSMutableURLRequest *urlRequest = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@(url.c_str())]]; -- cgit v1.2.1