Skip to content

Commit

Permalink
delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfeng committed Jul 6, 2020
1 parent 842c47a commit eb54d76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion player/src/main/java/snow/player/AbstractPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import media.helper.BecomeNoiseHelper;
import snow.player.media.MusicItem;
import snow.player.media.MusicPlayer;
import snow.player.playlist.PlaylistState;
import snow.player.util.NetworkUtil;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import com.tencent.mmkv.MMKV;

import snow.player.media.MusicItem;
import snow.player.playlist.PlaylistState;

/**
* 用于对 “电台” 状态进行持久化。
Expand Down

0 comments on commit eb54d76

Please sign in to comment.