Prechádzať zdrojové kódy

playback: don't ask user if s/he would like to create a bug report during playback as a shaky environment will trigger the dialog too frequently

Felix Paul Kühne 12 rokov pred
rodič
commit
c43d49fad6
1 zmenil súbory, kde vykonal 0 pridanie a 7 odobranie
  1. 0 7
      AspenProject/VLCMovieViewController.m

+ 0 - 7
AspenProject/VLCMovieViewController.m

@@ -510,13 +510,6 @@
     return YES;
 }
 
-
-- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event
-{
-    if (motion == UIEventSubtypeMotionShake)
-        [[VLCBugreporter sharedInstance] handleBugreportRequest];
-}
-
 - (void)remoteControlReceivedWithEvent:(UIEvent *)event
 {
     switch (event.subtype) {