Removed obsolete ::clearSoundCallback() code
svn-id: r32826
This commit is contained in:
parent
861cf07522
commit
3b1a60c3b2
10 changed files with 2 additions and 29 deletions
|
@ -283,9 +283,6 @@ bool OSystem_NULL::setSoundCallback(SoundProc proc, void *param) {
|
|||
return true;
|
||||
}
|
||||
|
||||
void OSystem_NULL::clearSoundCallback() {
|
||||
}
|
||||
|
||||
int OSystem_NULL::getOutputSampleRate() const {
|
||||
return 22050;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue