mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1231256 (part 5) - Remove dead FromCSSPerspectiveInfo() function. r=vlad.
This commit is contained in:
parent
6bfdd9fd07
commit
378fb504ce
@ -32,15 +32,6 @@ enum class VRHMDType : uint16_t {
|
||||
};
|
||||
|
||||
struct VRFieldOfView {
|
||||
static VRFieldOfView FromCSSPerspectiveInfo(double aPerspectiveDistance,
|
||||
const Point& aPerspectiveOrigin,
|
||||
const Point& aTransformOrigin,
|
||||
const Rect& aContentRectangle)
|
||||
{
|
||||
/**/
|
||||
return VRFieldOfView();
|
||||
}
|
||||
|
||||
VRFieldOfView() {}
|
||||
VRFieldOfView(double up, double right, double down, double left)
|
||||
: upDegrees(up), rightDegrees(right), downDegrees(down), leftDegrees(left)
|
||||
|
Loading…
Reference in New Issue
Block a user