Commit e174d8a9 by aquilescanta Committed by Oliver Woodman

Remove unused variable

PiperOrigin-RevId: 253762488
parent 0a74e36f
...@@ -893,7 +893,6 @@ public final class DefaultTrackSelectorTest { ...@@ -893,7 +893,6 @@ public final class DefaultTrackSelectorTest {
Format forcedDefault = Format forcedDefault =
buildTextFormat("forcedDefault", "eng", C.SELECTION_FLAG_FORCED | C.SELECTION_FLAG_DEFAULT); buildTextFormat("forcedDefault", "eng", C.SELECTION_FLAG_FORCED | C.SELECTION_FLAG_DEFAULT);
Format defaultOnly = buildTextFormat("defaultOnly", "eng", C.SELECTION_FLAG_DEFAULT); Format defaultOnly = buildTextFormat("defaultOnly", "eng", C.SELECTION_FLAG_DEFAULT);
Format forcedOnlySpanish = buildTextFormat("forcedOnlySpanish", "spa", C.SELECTION_FLAG_FORCED);
Format noFlag = buildTextFormat("noFlag", "eng"); Format noFlag = buildTextFormat("noFlag", "eng");
RendererCapabilities[] textRendererCapabilities = RendererCapabilities[] textRendererCapabilities =
......
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