Преглед на файлове

playback: drop HUD feedback for volume changes since either the OS or the volume slider handle the visual feedback for us already

Felix Paul Kühne преди 11 години
родител
ревизия
05f4a955a6
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      AspenProject/VLCMovieViewController.m

+ 0 - 3
AspenProject/VLCMovieViewController.m

@@ -936,9 +936,6 @@
             musicPlayer.volume -= 0.01;
         else
             musicPlayer.volume += 0.01;
-
-        NSString *volume =[NSString stringWithFormat:@" Volume : %@ %%", [[[NSString stringWithFormat:@"%f",(musicPlayer.volume*100)] componentsSeparatedByString:@"."] objectAtIndex:0]];
-        [self _displayHUDwithText:volume];
     } else if ([panType isEqual:@"Brightness"]) {
         CGFloat brightness = [UIScreen mainScreen].brightness;
         if (panDirectionY > 0)