| 572 | //============================================================================= |
| 573 | |
| 574 | CCMD (unbind) |
| 575 | { |
| 576 | if (argv.argc() > 1) |
| 577 | { |
| 578 | Bindings.UnbindKey(argv[1]); |
| 579 | } |
| 580 | } |
| 581 | |
| 582 | CCMD (undoublebind) |
| 583 | { |
nothing calls this directly
no test coverage detected