remove beep upon pressing ESC

This commit is contained in:
Mengjuei 2011-10-01 00:48:28 -07:00
parent 842ca2b010
commit 1782fa9706
1 changed files with 2 additions and 1 deletions

View File

@ -527,7 +527,8 @@ public:
return NO; return NO;
} }
[self beep]; //[self beep];
//如果要按 ESC 的時候都已經知道要取消些啥不必beep
} }
else { else {
_bpmfReadingBuffer->clear(); _bpmfReadingBuffer->clear();