diff -r 800203832575 -r 30342f40acbf webengine/webkitutils/stmgesturefw/src/stateengine.cpp --- 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. *