ginebra2/ContentViews/GWebContentView.h
changeset 9 b39122337a00
parent 3 0954f5dd2cd0
child 12 afcd8e6d025b
--- a/ginebra2/ContentViews/GWebContentView.h	Mon Jul 12 15:46:53 2010 -0400
+++ b/ginebra2/ContentViews/GWebContentView.h	Fri Aug 06 17:23:08 2010 -0400
@@ -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);