Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index 7067e7452e36792c92a971f2ba3fa13877b3f872..c637edd9b9f9c62f902b6bb274bcaad97f69d836 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -418,7 +418,6 @@ static Sink* create_via(const char* tag, Sink* wrapped) { |
VIA("twice", ViaTwice, wrapped); |
VIA("pipe", ViaPipe, wrapped); |
VIA("serialize", ViaSerialization, wrapped); |
- VIA("deferred", ViaDeferred, wrapped); |
VIA("2ndpic", ViaSecondPicture, wrapped); |
VIA("sp", ViaSingletonPictures, wrapped); |
VIA("tiles", ViaTiles, 256, 256, NULL, wrapped); |