mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 0813db72fe3e (bug 1125804) for bustage on a CLOSED TREE
This commit is contained in:
parent
414727965b
commit
d54a885510
@ -612,8 +612,6 @@ AudioCallbackDriver::Init()
|
||||
mNextDriver->SetGraphTime(this, mIterationStart, mIterationEnd,
|
||||
mStateComputedTime, mNextStateComputedTime);
|
||||
mGraphImpl->SetCurrentDriver(mNextDriver);
|
||||
bool found = mGraphImpl->RemoveMixerCallback(this);
|
||||
NS_WARN_IF_FALSE(!found, "Mixer callback not added when switching?");
|
||||
mNextDriver->Start();
|
||||
return;
|
||||
}
|
||||
|
@ -430,11 +430,6 @@ public:
|
||||
return mDriver;
|
||||
}
|
||||
|
||||
bool RemoveMixerCallback(MixerCallbackReceiver* aReceiver)
|
||||
{
|
||||
return mMixer.RemoveCallback(aReceiver);
|
||||
}
|
||||
|
||||
/**
|
||||
* Effectively set the new driver, while we are switching.
|
||||
* It is only safe to call this at the very end of an iteration, when there
|
||||
|
Loading…
Reference in New Issue
Block a user