Removed zoom now that it has been moved out of the nsIGenericWindow interface.

This commit is contained in:
tbogard%aol.net 1999-10-30 00:53:41 +00:00
parent e668c8f56f
commit c4acf56faf

View File

@ -693,26 +693,6 @@ NS_IMETHODIMP nsWebBrowser::SetTitle(const PRUnichar* title)
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP nsWebBrowser::GetZoom(float* zoom)
{
NS_ENSURE_ARG_POINTER(zoom);
//XXX First Check
/**
* Set/Get the document scale factor
*/
return NS_ERROR_FAILURE;
}
NS_IMETHODIMP nsWebBrowser::SetZoom(float zoom)
{
//XXX First Check
/**
* Set/Get the document scale factor
*/
return NS_ERROR_FAILURE;
}
//*****************************************************************************
// nsWebBrowser::nsIScrollable
//*****************************************************************************