remove unused line of code (from xcode's analysis)
git-svn-id: http://skia.googlecode.com/svn/trunk@9627 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
f1d7de788b
commit
ae72f470e0
@ -79,8 +79,6 @@ static void SK_BLITBWMASK_NAME(const SkBitmap& bitmap, const SkMask& srcMask, co
|
||||
// back up manually so we can keep in sync with our byte-aligned src
|
||||
// and not trigger an assert from the getAddr## function
|
||||
device -= left_edge & 7;
|
||||
// have cx reflect our actual starting x-coord
|
||||
cx -= left_edge & 7;
|
||||
|
||||
if (full_runs < 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user