From 3e5833843ae24499ae413c5a01e74cb6ed65f87d Mon Sep 17 00:00:00 2001 From: Kentucky Compass Date: Sat, 30 Dec 2017 18:19:01 -0800 Subject: [PATCH] Remove references to AudioEngine, which isn't used anyway --- ios/ViewController.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/ios/ViewController.mm b/ios/ViewController.mm index c49a550710..33431324cf 100644 --- a/ios/ViewController.mm +++ b/ios/ViewController.mm @@ -6,7 +6,6 @@ // #import "ViewController.h" -#import "AudioEngine.h" #import #include @@ -78,7 +77,6 @@ static GraphicsContext *graphicsContext; @property (nonatomic, strong) NSString* documentsPath; @property (nonatomic, strong) NSString* bundlePath; @property (nonatomic, strong) NSMutableArray* touches; -@property (nonatomic) AudioEngine* audioEngine; //@property (nonatomic) iCadeReaderView* iCadeView; #if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_6_1 @property (nonatomic) GCController *gameController __attribute__((weak_import));