Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns

This commit is contained in:
Doug Turner
2013-08-25 16:56:53 -07:00
parent cad172d481
commit 7767c0773f
114 changed files with 71 additions and 3199 deletions

View File

@@ -1115,20 +1115,6 @@ PluginModuleParent::AsyncSetWindow(NPP instance, NPWindow* window)
return i->AsyncSetWindow(window);
}
#if defined(MOZ_WIDGET_QT) && (MOZ_PLATFORM_MAEMO == 6)
nsresult
PluginModuleParent::HandleGUIEvent(NPP instance,
const nsGUIEvent& anEvent,
bool* handled)
{
PluginInstanceParent* i = InstCast(instance);
if (!i)
return NS_ERROR_FAILURE;
return i->HandleGUIEvent(anEvent, handled);
}
#endif
nsresult
PluginModuleParent::GetImageContainer(NPP instance,
mozilla::layers::ImageContainer** aContainer)