remove bogus assert (leftover from some long-forgotten debugging session)
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 23 Feb 2012 18:06:19 +0000 (18:06 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 23 Feb 2012 18:06:19 +0000 (18:06 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@3240 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkBlitter.cpp

index ec16066..df25b7c 100644 (file)
@@ -247,8 +247,6 @@ static int compute_anti_width(const int16_t runs[]) {
         }
         width += count;
         runs += count;
-
-        SkASSERT(width < 20000);
     }
     return width;
 }