diff options
author | phintuka <phintuka> | 2007-01-06 04:28:08 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-01-06 04:28:08 +0000 |
commit | f3007128f9a0da8bcc802928ba36b4d294d996e2 (patch) | |
tree | eda03cc88de004cffa3b92efaaa3f5a21792f807 | |
parent | 288588abbc92685e2a1a120ef09b8437fe68e106 (diff) | |
download | xineliboutput-f3007128f9a0da8bcc802928ba36b4d294d996e2.tar.gz xineliboutput-f3007128f9a0da8bcc802928ba36b4d294d996e2.tar.bz2 |
Removed logging
-rw-r--r-- | tools/display_message.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/display_message.h b/tools/display_message.h index 59c72822..407f07c8 100644 --- a/tools/display_message.h +++ b/tools/display_message.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: display_message.h,v 1.1 2006-10-13 04:37:37 phintuka Exp $ + * $Id: display_message.h,v 1.2 2007-01-06 04:28:08 phintuka Exp $ * */ @@ -51,7 +51,6 @@ class cDisplayMessage : public cOsdObject return osEnd; if(Key != kNone) { -LOGMSG("PutBack: %d , %s", (int)Key, cKey::ToString(Key)); // put back and close cRemote::Put(Key, true); return osEnd; @@ -62,7 +61,6 @@ LOGMSG("PutBack: %d , %s", (int)Key, cKey::ToString(Key)); virtual void Show(void) { -if(cRemote::HasKeys()) LOGMSG("Show, HasKeys"); if(!displayMessage) displayMessage = Skins.Current()->DisplayMessage(); |