Bug 1184970 - Remove unused struct in AudioChannelService, r=ehsan

This commit is contained in:
Andrea Marchesini 2015-07-19 02:49:32 +01:00
parent c94697e661
commit 0c862ed544

View File

@ -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)
{