Remove IPC profile functions.

Resolves #378.
This commit is contained in:
wolfbeast 2018-05-24 16:18:59 +02:00 committed by Roy Tam
commit e17c0d4d87
10 changed files with 0 additions and 159 deletions

View file

@ -2642,13 +2642,6 @@ PluginModuleParent::AnswerNPN_SetValue_NPPVpluginRequiresAudioDeviceChanges(
return true;
}
bool
PluginModuleChromeParent::RecvProfile(const nsCString& aProfile)
{
/*** STUB ***/
return true;
}
bool
PluginModuleParent::AnswerGetKeyState(const int32_t& aVirtKey, int16_t* aRet)
{