aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRasterPipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkRasterPipeline.h')
-rw-r--r--src/core/SkRasterPipeline.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/SkRasterPipeline.h b/src/core/SkRasterPipeline.h
index a37ea44e0c..d5d5900419 100644
--- a/src/core/SkRasterPipeline.h
+++ b/src/core/SkRasterPipeline.h
@@ -149,9 +149,6 @@ public:
this->append_constant_color(alloc, color.vec());
}
- // Helper to append(seed_shader) with the normal {+0.5,+1.5,+2.5,...} argument it expects.
- void append_seed_shader();
-
bool empty() const { return fStages == nullptr; }
private: