home · contact · privacy
Removed indirection in control.c and therefore unused is_command_id_shortdsc().
[plomrogue] / src / client / command_db.h
index 769670baecacb39eae3e14357f288602849f35c4..0d4ffbae8e3653a5748b4de3b07bd257ca41215d 100644 (file)
@@ -26,9 +26,6 @@ struct CommandDB
 
 
 
-/* Is "id" the ID of command whose dsc_short is "shortdsc"? Answer in binary. */
-extern uint8_t is_command_id_shortdsc(uint8_t id, char * shortdsc);
-
 /* Give short description of command ("dsc_short"), get its ID. */
 extern uint8_t get_command_id(char * dsc_short);