mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1046428 - Remove unneeded constant. r=botond
This commit is contained in:
parent
ae50691d1d
commit
dc79f33f56
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user