From db5c773ad0e9528510af33f8d8f6e1278cdc354b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 30 Sep 2007 10:32:30 +0000 Subject: [PATCH] more cleanup --- tvhead.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tvhead.h b/tvhead.h index 720f8a39..75bec429 100644 --- a/tvhead.h +++ b/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;