diff options
Diffstat (limited to 'tests/PathOpsThreadedCommon.cpp')
-rw-r--r-- | tests/PathOpsThreadedCommon.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/PathOpsThreadedCommon.cpp b/tests/PathOpsThreadedCommon.cpp index a66ec710c7..ac4cd6ba62 100644 --- a/tests/PathOpsThreadedCommon.cpp +++ b/tests/PathOpsThreadedCommon.cpp @@ -20,8 +20,4 @@ void PathOpsThreadedTestRunner::render() { for (int index = 0; index < fRunnables.count(); ++ index) { pool.add(fRunnables[index]); } -#ifdef SK_DEBUG - SkPathOpsDebug::gMaxWindSum = SK_MaxS32; - SkPathOpsDebug::gMaxWindValue = SK_MaxS32; -#endif } |