Revert "rcinput: Add exception handling for cs hd2"

This reverts commit 1b79faff78.

Wrong in so many ways :-)

 - The code worked perfectly. But ok, it's easier possible. ;)

Signed-off-by: M. Liebmann <git@tuxcode.de>
This commit is contained in:
Stefan Seyfried
2017-02-22 08:45:37 +01:00
committed by M. Liebmann
parent c4aaf7678c
commit ee9138f065
2 changed files with 1 additions and 58 deletions

View File

@@ -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);