Skip to content

Commit 56915cf

Browse files
author
漆原宏丞
committed
refactor: 不要なコードを削除
1 parent 1f6bd0f commit 56915cf

File tree

1 file changed

+0
-4
lines changed
  • packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer

1 file changed

+0
-4
lines changed

packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/VideoPlayerPlugin.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,6 @@ public void setupMux(MuxConfigMessage arg) {
256256
if (arg.getVideoEncodingVariant() != null)
257257
videoData.setVideoEncodingVariant(arg.getVideoEncodingVariant());
258258

259-
// deprecatedになったが、iOS版との統一のために残しておく
260-
// if (arg.getVideoCdn() != null)
261-
// videoData.setVideoCdn(arg.getVideoCdn());
262-
263259
if (arg.getVideoDuration() != null) {
264260
videoData.setVideoDuration(castVideoDuration(arg.getVideoDuration()));
265261
}

0 commit comments

Comments
 (0)