bug 674373 pt 3 - remove unused nsBaseWidget::SetBounds method. r=roc

This commit is contained in:
Jonathan Kew 2012-09-29 12:34:58 +01:00
parent 1c5f85078f
commit b03a328ad9
2 changed files with 0 additions and 8 deletions

View File

@ -1044,13 +1044,6 @@ nsIntPoint nsBaseWidget::GetClientOffset()
return nsIntPoint(0, 0);
}
NS_METHOD nsBaseWidget::SetBounds(const nsIntRect &aRect)
{
mBounds = aRect;
return NS_OK;
}
NS_IMETHODIMP
nsBaseWidget::GetNonClientMargins(nsIntMargin &margins)
{

View File

@ -118,7 +118,6 @@ public:
NS_IMETHOD MoveClient(int32_t aX, int32_t aY);
NS_IMETHOD ResizeClient(int32_t aWidth, int32_t aHeight, bool aRepaint);
NS_IMETHOD ResizeClient(int32_t aX, int32_t aY, int32_t aWidth, int32_t aHeight, bool aRepaint);
NS_IMETHOD SetBounds(const nsIntRect &aRect);
NS_IMETHOD GetBounds(nsIntRect &aRect);
NS_IMETHOD GetClientBounds(nsIntRect &aRect);
NS_IMETHOD GetScreenBounds(nsIntRect &aRect);