Follow-up for Bug 1002354 - remove dual GetId in nsScreenGtk injected during rebase foul-up. r=bustage-fix on a CLOSED TREE.

--HG--
extra : histedit_source : c510de9918cfd73652e9e1c278e0bee93c7fdcdc
This commit is contained in:
Mike Conley 2014-07-14 12:10:34 -04:00
parent 0610b8cac1
commit 0601d88e32

View File

@ -35,13 +35,6 @@ nsScreenGtk :: GetId(uint32_t *aId)
return NS_OK;
} // GetId
NS_IMETHODIMP
nsScreenGtk :: GetId(uint32_t *aId)
{
*aId = mId;
return NS_OK;
} // GetId
NS_IMETHODIMP
nsScreenGtk :: GetRect(int32_t *outLeft, int32_t *outTop, int32_t *outWidth, int32_t *outHeight)