浏览代码

版本升级维护

yyqxiaoyin 5 年之前
父节点
当前提交
1c18732bf2
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      MKRRadioManager/Classes/MKRRadioManager/MKRWIFIDeviceManager/MKRWIFIDeviceManager.m

+ 0 - 6
MKRRadioManager/Classes/MKRRadioManager/MKRWIFIDeviceManager/MKRWIFIDeviceManager.m

@@ -724,12 +724,6 @@ static inline void wd_playControl_queue(void (^block)(void)){
     }
 }
 
-static NSString * const playModeStringMap[] = {
-    [MKRRadioPlayModeOrder] = @"列表循环",
-    [MKRRadioPlayModeSingle] = @"单曲循环",
-    [MKRRadioPlayModeRandom] = @"随机播放"
-};
-
 - (id<MKRRadioResorce>)currentResource{
     if (!_currentResource) {
         _currentResource = [[MKRRadioResorce alloc] init];