소스 검색

版本升级维护

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];