Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user