From 09dedb43481d207d0b17de4eb26c5a1904d08f65 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Tue, 11 Oct 2016 11:01:47 +0200 Subject: [PATCH] Unused variable app. Caused warnings. --- src/ios/PushPlugin.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ios/PushPlugin.m b/src/ios/PushPlugin.m index 6baf7e663..932228443 100644 --- a/src/ios/PushPlugin.m +++ b/src/ios/PushPlugin.m @@ -589,8 +589,6 @@ -(void) finish:(CDVInvokedUrlCommand*)command [self.commandDelegate runInBackground:^ { NSString* notId = [command.arguments objectAtIndex:0]; - UIApplication *app = [UIApplication sharedApplication]; - dispatch_async(dispatch_get_main_queue(), ^{ [NSTimer scheduledTimerWithTimeInterval:0.1 target:self