mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
tuxtxt: remove unused dmx variable
Origin commit data
------------------
Commit: dfddc62d0c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-19 (Sun, 19 Feb 2017)
This commit is contained in:
committed by
Michael Liebmann
parent
8c63d840c5
commit
b94eb7dd30
@@ -36,7 +36,6 @@ int tuxtxt_init()
|
||||
tuxtxt_cache.thread_starting = 0;
|
||||
tuxtxt_cache.vtxtpid = -1;
|
||||
tuxtxt_cache.thread_id = 0;
|
||||
tuxtxt_cache.dmx = -1;
|
||||
/* not sure if this is correct here... */
|
||||
tuxtxt_cache.page = 0x100;
|
||||
return 1;//tuxtxt_init_demuxer();
|
||||
@@ -82,11 +81,6 @@ void tuxtxt_close()
|
||||
printf ("libtuxtxt: cleaning up\n");
|
||||
#endif
|
||||
tuxtxt_stop();
|
||||
#if 0
|
||||
if (tuxtxt_cache.dmx != -1)
|
||||
close(tuxtxt_cache.dmx);
|
||||
#endif
|
||||
tuxtxt_cache.dmx = -1;
|
||||
tuxtxt_clear_cache();
|
||||
tuxtxt_initialized=0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user