Bug 1402743 - Remove nsIDOMWindowUtils::getCursorType(). r=bkelly.

It has no users in mozilla-central or comm-central. This also lets us remove
nsBaseWidget::GetCursor().
This commit is contained in:
Nicholas Nethercote
2017-09-25 11:46:07 +10:00
parent eb4a87b9dd
commit 2b2601e107
5 changed files with 0 additions and 50 deletions

View File

@@ -697,10 +697,6 @@ nsBaseWidget::SetSizeMode(nsSizeMode aMode)
// Get this component cursor
//
//-------------------------------------------------------------------------
nsCursor nsBaseWidget::GetCursor()
{
return mCursor;
}
void
nsBaseWidget::SetCursor(nsCursor aCursor)