remove noisy font table tests from TextBench

git-svn-id: http://skia.googlecode.com/svn/trunk@304 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2009-08-04 01:25:44 +00:00
parent a0bd7f48aa
commit c714479548

View File

@ -80,7 +80,9 @@ class TextBench : public SkBenchmark {
enum { N = 300 };
public:
TextBench(const char text[], int ps, bool linearText, bool posText) {
if (false) {
test_tables();
}
fText.set(text);