Remove the old message callbacks

This commit is contained in:
Cameron Gutman
2019-04-27 14:00:58 -07:00
parent b2c2f0837a
commit 63b09c5b27
3 changed files with 0 additions and 22 deletions

View File

@@ -17,8 +17,6 @@
- (void) stageComplete:(const char*)stageName;
- (void) stageFailed:(const char*)stageName withError:(long)errorCode;
- (void) launchFailed:(NSString*)message;
- (void) displayMessage:(const char*)message;
- (void) displayTransientMessage:(const char*)message;
- (void) rumble:(unsigned short)controllerNumber lowFreqMotor:(unsigned short)lowFreqMotor highFreqMotor:(unsigned short)highFreqMotor;
@end