| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index 2f1cd0bdee686056920391c39b5e181cad5da395..057b7e192677ad0088907755ad6257cdaa500fff 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -623,7 +623,6 @@ static Sink* create_sink(const SkCommandLineConfig* config) {
|
| static Sink* create_via(const SkString& tag, Sink* wrapped) {
|
| #define VIA(t, via, ...) if (tag.equals(t)) { return new via(__VA_ARGS__); }
|
| VIA("twice", ViaTwice, wrapped);
|
| - VIA("pipe", ViaPipe, wrapped);
|
| VIA("serialize", ViaSerialization, wrapped);
|
| VIA("2ndpic", ViaSecondPicture, wrapped);
|
| VIA("sp", ViaSingletonPictures, wrapped);
|
|
|