branch | RCL_3 |
changeset 46 | 30342f40acbf |
parent 37 | ac77f89b1d9e |
--- a/webengine/webkitutils/stmgesturefw/src/stateengine.cpp Mon Jun 21 16:54:17 2010 +0300 +++ b/webengine/webkitutils/stmgesturefw/src/stateengine.cpp Thu Jul 15 19:53:20 2010 +0300 @@ -449,6 +449,7 @@ /*! * stateNames are used in the logging */ +#ifdef GESTURE_LOGGING const char* const stateNames[8] = { "Ignore", @@ -471,6 +472,7 @@ "EHoldTimer", "ESuppressTimer" } ; +#endif /*! CStateEngine contains the methods used in the state machine implementation. *