mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1184970 - Remove unused struct in AudioChannelService, r=ehsan
This commit is contained in:
parent
c94697e661
commit
0c862ed544
@ -521,16 +521,6 @@ AudioChannelService::Observe(nsISupports* aSubject, const char* aTopic,
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
struct RefreshAgentsVolumeData
|
||||
{
|
||||
explicit RefreshAgentsVolumeData(nsPIDOMWindow* aWindow)
|
||||
: mWindow(aWindow)
|
||||
{}
|
||||
|
||||
nsPIDOMWindow* mWindow;
|
||||
nsTArray<nsRefPtr<AudioChannelAgent>> mAgents;
|
||||
};
|
||||
|
||||
void
|
||||
AudioChannelService::RefreshAgentsVolume(nsPIDOMWindow* aWindow)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user