From 8796ee60b79307629c56bf9f3e146833b312b957 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 23 Feb 2012 18:06:19 +0000 Subject: [PATCH] remove bogus assert (leftover from some long-forgotten debugging session) git-svn-id: http://skia.googlecode.com/svn/trunk@3240 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkBlitter.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/SkBlitter.cpp b/src/core/SkBlitter.cpp index ec16066..df25b7c 100644 --- a/src/core/SkBlitter.cpp +++ b/src/core/SkBlitter.cpp @@ -247,8 +247,6 @@ static int compute_anti_width(const int16_t runs[]) { } width += count; runs += count; - - SkASSERT(width < 20000); } return width; } -- 2.7.4