mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Origin commit data
------------------
Commit: 047318afa8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-21 (Tue, 21 Feb 2017)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/* tuxtxt_common.h
|
||||
* for license info see the other tuxtxt files
|
||||
*/
|
||||
#include <sys/ioctl.h>
|
||||
#include <fcntl.h>
|
||||
#include <pthread.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -1132,15 +1130,6 @@ int tuxtxt_stop_thread()
|
||||
delete dmx;
|
||||
dmx = NULL;
|
||||
}
|
||||
#if 0
|
||||
if (tuxtxt_cache.dmx != -1)
|
||||
{
|
||||
//ioctl(tuxtxt_cache.dmx, DMX_STOP);
|
||||
|
||||
// close(tuxtxt_cache.dmx);
|
||||
}
|
||||
// tuxtxt_cache.dmx = -1;
|
||||
#endif
|
||||
#if 1//TUXTXT_DEBUG
|
||||
printf("TuxTxt stopped service %x\n", tuxtxt_cache.vtxtpid);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user