Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions mythtv/libs/libmythui/lirc_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
#include <stddef.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif

#define LIRC_RET_SUCCESS (0)
#define LIRC_RET_ERROR (-1)

Expand Down Expand Up @@ -118,8 +114,4 @@ size_t lirc_getsocketname(const char *filename, char *buf, size_t size);
const char *lirc_getmode(const struct lirc_state *state, struct lirc_config *config);
const char *lirc_setmode(const struct lirc_state *state, struct lirc_config *config, const char *mode);

#ifdef __cplusplus
}
#endif

#endif