Remove unnecessary @SuppressWarnings("unused")

PiperOrigin-RevId: 736919032
This commit is contained in:
ibaker 2025-03-14 10:59:08 -07:00 committed by Copybara-Service
parent 6b1a2aff98
commit 800a66a8ca

View File

@ -215,10 +215,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
private final HandlerWrapper applicationLooperHandler;
private final boolean hasSecondaryRenderers;
private final AudioFocusManager audioFocusManager;
@SuppressWarnings("unused")
private SeekParameters seekParameters;
private PlaybackInfo playbackInfo;
private PlaybackInfoUpdate playbackInfoUpdate;
private boolean released;