mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1242421 - remove useless null check. r=roc@ocallahan.org
This commit is contained in:
parent
11df5f817c
commit
4ec928230b
@ -1321,7 +1321,7 @@ DrawTargetCairo::FillGlyphs(ScaledFont *aFont,
|
||||
|
||||
cairo_show_glyphs(mContext, &glyphs[0], aBuffer.mNumGlyphs);
|
||||
|
||||
if (mContext && cairo_surface_status(cairo_get_group_target(mContext))) {
|
||||
if (cairo_surface_status(cairo_get_group_target(mContext))) {
|
||||
gfxDebug() << "Ending FillGlyphs with a bad surface " << cairo_surface_status(cairo_get_group_target(mContext));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user