Index: include/core/SkImageFilter.h |
diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h |
index 012a7f728fee1329230f3fdc9c660931144c3465..a571184aa21bb66c4bc38b4b2eeca942245e4931 100644 |
--- a/include/core/SkImageFilter.h |
+++ b/include/core/SkImageFilter.h |
@@ -201,12 +201,6 @@ public: |
protected: |
SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL); |
- // Convenience constructor for 1-input filters. |
- explicit SkImageFilter(SkImageFilter* input, const CropRect* cropRect = NULL); |
- |
- // Convenience constructor for 2-input filters. |
- SkImageFilter(SkImageFilter* input1, SkImageFilter* input2, const CropRect* cropRect = NULL); |
- |
virtual ~SkImageFilter(); |
/** |