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

@@ -258,14 +258,6 @@
});
}
- (void) displayMessage:(const char*)message {
Log(LOG_I, @"Display message: %s", message);
}
- (void) displayTransientMessage:(const char*)message {
Log(LOG_I, @"Display transient message: %s", message);
}
- (void)rumble:(unsigned short)controllerNumber lowFreqMotor:(unsigned short)lowFreqMotor highFreqMotor:(unsigned short)highFreqMotor {
Log(LOG_I, @"Rumble on gamepad %d: %04x %04x", controllerNumber, lowFreqMotor, highFreqMotor);