backout 4149244358fd and 5ad0e08799d9 (bug 851520) for b2g bustage on a CLOSED TREE

This commit is contained in:
Jonathan Kew
2013-04-09 21:57:12 +01:00
parent c9014e0321
commit b4ca5c05af
9 changed files with 2 additions and 85 deletions

View File

@@ -105,9 +105,3 @@ nsScreenManagerAndroid::GetNumberOfScreens(uint32_t *aNumberOfScreens)
return NS_OK;
}
NS_IMETHODIMP
nsScreenManagerAndroid::GetSystemDefaultScale(float *aDefaultScale)
{
*aDefaultScale = 1.0f;
return NS_OK;
}