Commit 79db98e7 by andrewlewis Committed by Ian Baker

Remove unnecessary initialization

PiperOrigin-RevId: 437753013
parent 827cf51d
......@@ -51,7 +51,6 @@ public final class TransformationRequest {
public Builder() {
scaleX = 1;
scaleY = 1;
rotationDegrees = 0;
outputHeight = C.LENGTH_UNSET;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment