diff options
| author | phintuka <phintuka> | 2012-03-17 19:57:29 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-03-17 19:57:29 +0000 |
| commit | 56fe0511a06a434031f51c15249ec97fb1a4f4ea (patch) | |
| tree | 51a71b015bbd35bee19ef4af8a1c1a4d5fec953b | |
| parent | f071411c86c96af3730ca9f98594acfda68745d0 (diff) | |
| download | xineliboutput-56fe0511a06a434031f51c15249ec97fb1a4f4ea.tar.gz xineliboutput-56fe0511a06a434031f51c15249ec97fb1a4f4ea.tar.bz2 | |
Removed old logging
| -rw-r--r-- | frontend.c | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.c,v 1.96 2011-11-13 08:56:44 phintuka Exp $ + * $Id: frontend.c,v 1.97 2012-03-17 19:57:29 phintuka Exp $ * */ @@ -40,8 +40,6 @@ #include "tools/general_remote.h" #include "tools/iso639.h" -//#define LOG_CONTROL_MESSAGES -//#define XINELIBOUTPUT_LOG_KEYS #ifndef STARTUP_IMAGE_FILE # define STARTUP_IMAGE_FILE "/usr/share/vdr/xineliboutput/logo.mpv" @@ -60,13 +58,6 @@ void cXinelibThread::KeypressHandler(const char *keymap, const char *key, bool repeat, bool release) { -#ifdef XINELIBOUTPUT_LOG_KEYS - static FILE *flog = fopen("/video/keys.log","w"); - if (flog) { - fprintf(flog,"KEY %s %s %d %d\n",keymap,key,repeat,release); fflush(flog); - } -#endif - TRACE("keypress_handler: " << (keymap?keymap:"") << " " << key); // check if key exists. |
