From 192698e47debfbc6337ee76cee5b64ba5fb22a94 Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 21 Aug 2009 11:23:45 +0000 Subject: Removed LOG_MODULENAME --- xine_frontend_lirc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xine_frontend_lirc.c b/xine_frontend_lirc.c index 9b08da83..f5403dbb 100644 --- a/xine_frontend_lirc.c +++ b/xine_frontend_lirc.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_lirc.c,v 1.21 2008-11-19 18:55:20 rofafor Exp $ + * $Id: xine_frontend_lirc.c,v 1.21.2.1 2009-08-21 11:23:45 phintuka Exp $ * */ /* @@ -32,7 +32,6 @@ #include #include -#define LOG_MODULENAME "[lirc] " #include "logdefs.h" #include "xine_frontend.h" @@ -45,7 +44,7 @@ #define RECONNECTDELAY 3000 /* ms */ #define LIRC_KEY_BUF 30 -#define LIRC_BUFFER_SIZE 128 +#define LIRC_BUFFER_SIZE 128 #define MIN_LIRCD_CMD_LEN 5 /* static data */ -- cgit v1.2.3