Przeglądaj źródła

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 lat temu
rodzic
commit
c43d49fad6
1 zmienionych plików z 0 dodań i 7 usunięć
  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) {