max_start_pad: calculate globally, not via client graph
[secnet] / transform-common.h
index 52f6067..24ab8dc 100644 (file)
@@ -61,7 +61,6 @@
        ti->ops.forwards=transform_forward;             \
        ti->ops.reverse=transform_reverse;              \
        ti->ops.destroy=transform_destroy;              \
-       ti->ops.max_start_pad=st->ops.max_start_pad;    \
        ti->keyed=False;
 
 #endif /*TRANSFORM_COMMON_H*/