Bug 729009 part 0 - remove dead code, r=josh
This commit is contained in:
@@ -491,13 +491,6 @@ nsresult nsNPAPIPluginInstance::SetWindow(NPWindow* window)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsNPAPIPluginInstance::NewStreamToPlugin(nsIPluginStreamListener** listener)
|
||||
{
|
||||
// This method can be removed at the next opportunity.
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
nsresult
|
||||
nsNPAPIPluginInstance::NewStreamFromPlugin(const char* type, const char* target,
|
||||
nsIOutputStream* *result)
|
||||
@@ -648,18 +641,6 @@ nsresult nsNPAPIPluginInstance::GetNPP(NPP* aNPP)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
void
|
||||
nsNPAPIPluginInstance::SetURI(nsIURI* uri)
|
||||
{
|
||||
mURI = uri;
|
||||
}
|
||||
|
||||
nsIURI*
|
||||
nsNPAPIPluginInstance::GetURI()
|
||||
{
|
||||
return mURI.get();
|
||||
}
|
||||
|
||||
NPError nsNPAPIPluginInstance::SetWindowless(bool aWindowless)
|
||||
{
|
||||
mWindowless = aWindowless;
|
||||
|
||||
Reference in New Issue
Block a user