ソースを参照

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 年 前
コミット
c43d49fad6
1 ファイル変更0 行追加7 行削除
  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) {