diff -r 1c3b8676e58c -r 232fbd5a2dcb ginebra2/ContentViews/GWebContentView.h --- a/ginebra2/ContentViews/GWebContentView.h Tue Jul 06 14:03:49 2010 +0300 +++ b/ginebra2/ContentViews/GWebContentView.h Wed Aug 18 09:37:05 2010 +0300 @@ -127,18 +127,8 @@ widget()->hide(); } - bool gesturesEnabled() const { -#ifndef BEDROCK_TILED_BACKING_STORE - return m_touchNavigation->enabled(); -#endif - return false; - } - - void setGesturesEnabled(bool value) { -#ifndef BEDROCK_TILED_BACKING_STORE - m_touchNavigation->setEnabled(value); -#endif - } + bool gesturesEnabled() const; + void setGesturesEnabled(bool value); bool enabled() const; void setEnabled(bool value);