mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 930050 - Remove some dead graphics code. r=Bas
This commit is contained in:
parent
ccbb4acceb
commit
2111e15e87
@ -651,8 +651,6 @@ gfxContext::SetMatrix(const gfxMatrix& matrix)
|
||||
const cairo_matrix_t& mat = reinterpret_cast<const cairo_matrix_t&>(matrix);
|
||||
cairo_set_matrix(mCairo, &mat);
|
||||
} else {
|
||||
Matrix mat;
|
||||
mat.Translate(-CurrentState().deviceOffset.x, -CurrentState().deviceOffset.y);
|
||||
ChangeTransform(ToMatrix(matrix));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user