mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
tuxtxt: remove unused dmx variable
This commit is contained in:
committed by
M. Liebmann
parent
418819e261
commit
dfddc62d0c
@@ -36,7 +36,6 @@ int tuxtxt_init()
|
|||||||
tuxtxt_cache.thread_starting = 0;
|
tuxtxt_cache.thread_starting = 0;
|
||||||
tuxtxt_cache.vtxtpid = -1;
|
tuxtxt_cache.vtxtpid = -1;
|
||||||
tuxtxt_cache.thread_id = 0;
|
tuxtxt_cache.thread_id = 0;
|
||||||
tuxtxt_cache.dmx = -1;
|
|
||||||
/* not sure if this is correct here... */
|
/* not sure if this is correct here... */
|
||||||
tuxtxt_cache.page = 0x100;
|
tuxtxt_cache.page = 0x100;
|
||||||
return 1;//tuxtxt_init_demuxer();
|
return 1;//tuxtxt_init_demuxer();
|
||||||
@@ -82,11 +81,6 @@ void tuxtxt_close()
|
|||||||
printf ("libtuxtxt: cleaning up\n");
|
printf ("libtuxtxt: cleaning up\n");
|
||||||
#endif
|
#endif
|
||||||
tuxtxt_stop();
|
tuxtxt_stop();
|
||||||
#if 0
|
|
||||||
if (tuxtxt_cache.dmx != -1)
|
|
||||||
close(tuxtxt_cache.dmx);
|
|
||||||
#endif
|
|
||||||
tuxtxt_cache.dmx = -1;
|
|
||||||
tuxtxt_clear_cache();
|
tuxtxt_clear_cache();
|
||||||
tuxtxt_initialized=0;
|
tuxtxt_initialized=0;
|
||||||
}
|
}
|
||||||
|
@@ -92,7 +92,6 @@ typedef struct
|
|||||||
short flofpages[0x900][FLOFSIZE];
|
short flofpages[0x900][FLOFSIZE];
|
||||||
unsigned char adip[0x900][13];
|
unsigned char adip[0x900][13];
|
||||||
unsigned char subpagetable[0x900];
|
unsigned char subpagetable[0x900];
|
||||||
int dmx;
|
|
||||||
int vtxtpid;
|
int vtxtpid;
|
||||||
int cached_pages, page, subpage, pageupdate,page_receiving, current_page[9], current_subpage[9];
|
int cached_pages, page, subpage, pageupdate,page_receiving, current_page[9], current_subpage[9];
|
||||||
int receiving, thread_starting, zap_subpage_manual;
|
int receiving, thread_starting, zap_subpage_manual;
|
||||||
|
Reference in New Issue
Block a user