[Teleus-cvs] teleus/src/input keybinding.cpp,1.3,1.4
Status: Inactive
Brought to you by:
spiffgq
|
From: <sp...@us...> - 2004-03-11 03:29:53
|
Update of /cvsroot/teleus/teleus/src/input In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7914/src/input Modified Files: keybinding.cpp Log Message: Removed some minor output for now. Index: keybinding.cpp =================================================================== RCS file: /cvsroot/teleus/teleus/src/input/keybinding.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** keybinding.cpp 25 Feb 2004 06:34:01 -0000 1.3 --- keybinding.cpp 11 Mar 2004 03:11:27 -0000 1.4 *************** *** 63,68 **** --- 63,70 ---- KeyBinding::~KeyBinding () { + #if 0 DEBUG_PRINT ("Destroying keybinding with action \"%s\"\n", actionCodeToString (action)); + #endif } |