Bug 930050 - Remove some dead graphics code. r=Bas

This commit is contained in:
Jonathan Watt 2013-10-24 14:46:37 +02:00
parent fd3c5fb2bd
commit 4dcd4d3589

View File

@ -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));
}
}