From fa2f2a48f6822b88ab895fece1998af549c16ebe Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 30 May 2013 15:29:48 +0000 Subject: Revert "add asserts to point<-->verb helpers" This reverts commit b4775ac7b55802e87231768f002e4b42f233b0aa. git-svn-id: http://skia.googlecode.com/svn/trunk@9347 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/PathBench.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bench/PathBench.cpp') diff --git a/bench/PathBench.cpp b/bench/PathBench.cpp index 057a2b028c..5fe002541a 100644 --- a/bench/PathBench.cpp +++ b/bench/PathBench.cpp @@ -275,12 +275,6 @@ protected: fPoints[(fCurrPoint + 1) & (kNumPoints - 1)]); fCurrPoint += 2; break; - case SkPath::kConic_Verb: - path->conicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)], - fPoints[(fCurrPoint + 1) & (kNumPoints - 1)], - SK_ScalarHalf); - fCurrPoint += 2; - break; case SkPath::kCubic_Verb: path->cubicTo(fPoints[(fCurrPoint + 0) & (kNumPoints - 1)], fPoints[(fCurrPoint + 1) & (kNumPoints - 1)], -- cgit v1.2.3