aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-23 18:06:19 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-02-23 18:06:19 +0000
commit8796ee60b79307629c56bf9f3e146833b312b957 (patch)
tree61ffb0b39eb46b729cfc61f460fa4d561744ce82 /src
parentfbd033d57235cfcfeb83226661da3777429bb4ce (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/core/SkBlitter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkBlitter.cpp b/src/core/SkBlitter.cpp
index ec1606687c..df25b7c557 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;
}