Removed obsolete ::clearSoundCallback() code

svn-id: r32826
This commit is contained in:
Max Horn 2008-06-28 15:13:54 +00:00
parent 861cf07522
commit 3b1a60c3b2
10 changed files with 2 additions and 29 deletions

View file

@ -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;
}