Skip to content

Commit

Permalink
Remove references to AudioEngine, which isn't used anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
KentuckyCompass committed Jan 2, 2018
1 parent 263941e commit 3e58338
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/ViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//

#import "ViewController.h"
#import "AudioEngine.h"
#import <GLKit/GLKit.h>
#include <cassert>

Expand Down Expand Up @@ -78,7 +77,6 @@ @interface ViewController ()
@property (nonatomic, strong) NSString* documentsPath;
@property (nonatomic, strong) NSString* bundlePath;
@property (nonatomic, strong) NSMutableArray<NSDictionary *>* 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));
Expand Down

0 comments on commit 3e58338

Please sign in to comment.