Remove EOS Classic

This commit is contained in:
BTChip github
2018-10-26 19:06:46 +02:00
parent bbb3e2cc16
commit c524aeb461
7 changed files with 2 additions and 17 deletions

View File

@@ -41,7 +41,6 @@ typedef struct tokenDefinition_t {
#define NUM_TOKENS_ETHERGEM 0
#define NUM_TOKENS_ATHEIOS 0
#define NUM_TOKENS_GOCHAIN 0
#define NUM_TOKENS_EOSCLASSIC 0
#define NUM_TOKENS_MIX 0
extern tokenDefinition_t const TOKENS_AKROMA[NUM_TOKENS_AKROMA];
@@ -62,5 +61,4 @@ extern tokenDefinition_t const TOKENS_CALLISTO[NUM_TOKENS_CALLISTO];
extern tokenDefinition_t const TOKENS_ETHERGEM[NUM_TOKENS_ETHERGEM];
extern tokenDefinition_t const TOKENS_ATHEIOS[NUM_TOKENS_ATHEIOS];
extern tokenDefinition_t const TOKENS_GOCHAIN[NUM_TOKENS_GOCHAIN];
extern tokenDefinition_t const TOKENS_EOSCLASSIC[NUM_TOKENS_EOSCLASSIC];
extern tokenDefinition_t const TOKENS_MIX[NUM_TOKENS_MIX];