Bug 1046428 - Remove unneeded constant. r=botond

This commit is contained in:
Kartikaya Gupta 2014-07-31 09:04:35 -04:00
parent ae50691d1d
commit dc79f33f56

View File

@ -14,15 +14,6 @@
namespace mozilla {
namespace layers {
/**
* Default touch behavior (is used when no touch behavior is set).
*/
static const TouchBlockState::TouchBehaviorFlags kDefaultTouchBehavior =
AllowedTouchBehavior::VERTICAL_PAN |
AllowedTouchBehavior::HORIZONTAL_PAN |
AllowedTouchBehavior::PINCH_ZOOM |
AllowedTouchBehavior::DOUBLE_TAP_ZOOM;
TouchBlockState::TouchBlockState()
: mAllowedTouchBehaviorSet(false)
, mPreventDefault(false)