mod: rm unused shortcuts in crereader

This commit is contained in:
Qingping Hou
2012-04-06 20:13:46 +08:00
parent 9650a4a057
commit 5e58a94632
4 changed files with 33 additions and 12 deletions

View File

@@ -131,6 +131,7 @@ end
function CREReader:adjustCreReaderCommands()
-- delete commands
self.commands:delGroup("[joypad]")
self.commands:del(KEY_G, nil, "G")
self.commands:del(KEY_J, nil, "J")
self.commands:del(KEY_K, nil, "K")