X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Fclient%2Fcommand_db.h;h=0d4ffbae8e3653a5748b4de3b07bd257ca41215d;hb=21cac2d976f806643aee1471bcee7b38597ac121;hp=769670baecacb39eae3e14357f288602849f35c4;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/client/command_db.h b/src/client/command_db.h index 769670b..0d4ffba 100644 --- a/src/client/command_db.h +++ b/src/client/command_db.h @@ -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);