==================== Key_CompleteUnbind ==================== */
| 1088 | ==================== |
| 1089 | */ |
| 1090 | static void Key_CompleteUnbind( char *args, int argNum ) { |
| 1091 | if ( argNum == 2 ) { |
| 1092 | // Skip "unbind " |
| 1093 | char *p = Com_SkipTokens( args, 1, " " ); |
| 1094 | if ( p > args ) |
| 1095 | Field_CompleteKeyname(); |
| 1096 | } |
| 1097 | } |
| 1098 | |
| 1099 | /* |
| 1100 | ==================== |
nothing calls this directly
no test coverage detected