This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new 209aa01  chore: Remove unused imports from template (#1173)
209aa01 is described below

commit 209aa010842a53366b4607aa4a253b5d577c86a8
Author: Darryl Pogue <dar...@dpogue.ca>
AuthorDate: Tue Nov 2 17:00:37 2021 -0700

    chore: Remove unused imports from template (#1173)
---
 bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.h | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.h 
b/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.h
index 15ea8d0..009b054 100644
--- a/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.h
+++ b/bin/templates/project/__PROJECT_NAME__/Classes/MainViewController.h
@@ -26,8 +26,6 @@
 //
 
 #import <Cordova/CDVViewController.h>
-#import <Cordova/CDVCommandDelegateImpl.h>
-#import <Cordova/CDVCommandQueue.h>
 
 @interface MainViewController : CDVViewController
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to