REM: Removed the GetVendorStr, and used the getTagInfo() instead.

This commit is contained in:
iceman1001 2015-04-28 23:32:45 +02:00
commit 5e336f53d9
2 changed files with 4 additions and 14 deletions

View file

@ -16,7 +16,6 @@ int CmdHF14ADesInfo(const char *Cmd);
int CmdHF14ADesEnumApplications(const char *Cmd);
char * GetCardSizeStr( uint8_t fsize );
char * GetVendorStr( uint8_t id);
char * GetProtocolStr(uint8_t id);
void GetKeySettings( uint8_t * aid);