mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Remove unused variable
PiperOrigin-RevId: 253762488
This commit is contained in:
parent
e1ff3d028f
commit
a090f7ecca
1 changed files with 0 additions and 1 deletions
|
|
@ -893,7 +893,6 @@ public final class DefaultTrackSelectorTest {
|
|||
Format forcedDefault =
|
||||
buildTextFormat("forcedDefault", "eng", C.SELECTION_FLAG_FORCED | 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");
|
||||
|
||||
RendererCapabilities[] textRendererCapabilities =
|
||||
|
|
|
|||
Loading…
Reference in a new issue