From 5335a16b84527d802904634e6cbfd8d4d532cabe Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 30 May 2001 22:41:11 +0000 Subject: win/tkWinKey.c (TkpSetKeycodeAndState): removed old debug info --- ChangeLog | 10 ++++++++++ win/tkWinKey.c | 10 +--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 10ec883..cd18ea3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-05-30 Jeff Hobbs + + * win/tkWinKey.c (TkpSetKeycodeAndState): removed old debug info + +2001-05-29 Jeff Hobbs + + * win/tkWinX.c: moved the initialization of tkPlatformId from + TkWinXInit to TkWinGetPlatformId because static builds could call + it before it was initialized. [Bug #427278] + 2001-05-28 Peter Spjuth * generic/tkFrame.c: diff --git a/win/tkWinKey.c b/win/tkWinKey.c index e2b67dd..7f5a338 100644 --- a/win/tkWinKey.c +++ b/win/tkWinKey.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinKey.c,v 1.13 2001/03/30 23:50:17 hobbs Exp $ + * RCS: @(#) $Id: tkWinKey.c,v 1.14 2001/05/30 22:41:11 hobbs Exp $ */ #include "tkWinInt.h" @@ -584,14 +584,6 @@ TkpSetKeycodeAndState(tkwin, keySym, eventPtr) eventPtr->xkey.keycode = (KeyCode) (result & 0xff); } } - { - /* Debug log */ - FILE *fp = fopen("c:\\temp\\tklog.txt", "a"); - if (fp != NULL) { - fprintf(fp, "TkpSetKeycode. Keycode %d State %d Keysym %d\n", eventPtr->xkey.keycode, eventPtr->xkey.state, keySym); - fclose(fp); - } - } } /* -- cgit v0.12