mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove unused variable
PiperOrigin-RevId: 253762488
This commit is contained in:
parent
0a74e36f7b
commit
e174d8a989
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