浏览代码

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;
     return YES;
 }
 }
 
 
-
-- (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event
-{
-    if (motion == UIEventSubtypeMotionShake)
-        [[VLCBugreporter sharedInstance] handleBugreportRequest];
-}
-
 - (void)remoteControlReceivedWithEvent:(UIEvent *)event
 - (void)remoteControlReceivedWithEvent:(UIEvent *)event
 {
 {
     switch (event.subtype) {
     switch (event.subtype) {