Removed unused variables

This commit is contained in:
Aashay Bhoir 2021-01-06 08:52:48 +05:30
parent 737fe13b45
commit daa31b32c1
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ public abstract class MediaplayerActivity extends CastEnabledActivity implements
private static final String TAG = "MediaplayerActivity";
private static final String PREFS = "MediaPlayerActivityPreferences";
private static final String PREF_SHOW_TIME_LEFT = "showTimeLeft";
private static final int REQUEST_CODE_STORAGE_PLAY_VIDEO = 42;
private static final int REQUEST_CODE_STORAGE_PLAY_AUDIO = 43;
PlaybackController controller;