more cleanup
This commit is contained in:
parent
d6e36c492f
commit
db5c773ad0
1 changed files with 0 additions and 5 deletions
5
tvhead.h
5
tvhead.h
|
@ -351,19 +351,14 @@ typedef struct tt_page {
|
|||
unsigned char ttp_pagebuf[23*40 + 1];
|
||||
} tt_page_t;
|
||||
|
||||
|
||||
typedef struct tt_mag {
|
||||
tt_page_t *pageptr;
|
||||
} tt_mag_t;
|
||||
|
||||
|
||||
|
||||
typedef struct tt_decoder {
|
||||
tt_mag_t mags[8];
|
||||
tt_page_t *pages[900];
|
||||
|
||||
int magazine_serial;
|
||||
|
||||
} tt_decoder_t;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue