traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/core InputEngine.cpp


From: Ben Levitt
Subject: [Traverso-commit] traverso/src/core InputEngine.cpp
Date: Fri, 08 Jun 2007 23:22:23 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ben Levitt <benjie>     07/06/08 23:22:23

Modified files:
        src/core       : InputEngine.cpp 

Log message:
        remove debug messages that I left in my last commit...

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/InputEngine.cpp?cvsroot=traverso&r1=1.63&r2=1.64

Patches:
Index: InputEngine.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/InputEngine.cpp,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- InputEngine.cpp     8 Jun 2007 18:37:42 -0000       1.63
+++ InputEngine.cpp     8 Jun 2007 23:22:23 -0000       1.64
@@ -672,7 +672,6 @@
                        // Here we jump straight to the <KL> command if "KL" is 
unambiguously an FKEY2
                        int fkey2_index = 
find_index_for_instant_fkey2(eventcode, eventStack[0]);
                        if (fkey2_index >= 0) {
-                               printf("instant fkey2!\n");
                                IEAction* action = m_ieActions.at(fkey2_index);
                                broadcast_action(action, isAutoRepeat);
                                reset();
@@ -995,7 +994,6 @@
 // other conflicting keyfacts (HOLDKEY2, etc)
 int InputEngine::find_index_for_instant_fkey2( int key1, int key2 )
 {
-       printf("fkey2 ??  %d, %d\n", key1, key2);
        int fkey2_index = find_index_for_single_fact(FKEY2, key1, key2);
        if (fkey2_index < 0) {
                return -1;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]