mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 06:38:28 +02:00
Revert "rcinput: Add exception handling for cs hd2"
This reverts commit7345242772
. Wrong in so many ways :-) - The code worked perfectly. But ok, it's easier possible. ;) Signed-off-by: M. Liebmann <git@tuxcode.de> Origin commit data ------------------ Branch: ni/coolstream Commit:ee9138f065
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de> Date: 2017-02-22 (Wed, 22 Feb 2017) ------------------ This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
0ad682598e
commit
30e30c91f6
@@ -145,9 +145,6 @@ class CRCInput
|
||||
{
|
||||
int fd;
|
||||
std::string path;
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
int type;
|
||||
#endif
|
||||
};
|
||||
|
||||
uint32_t timerid;
|
||||
@@ -170,9 +167,6 @@ class CRCInput
|
||||
void open(bool recheck = false);
|
||||
bool checkpath(in_dev id);
|
||||
bool checkdev();
|
||||
#ifdef BOXMODEL_CS_HD2
|
||||
bool checkdev_lnk(std::string lnk);
|
||||
#endif
|
||||
void close();
|
||||
int translate(int code);
|
||||
void calculateMaxFd(void);
|
||||
|
Reference in New Issue
Block a user