style: Remove touch-action pref

It's been enabled by default since ~forever.

Differential Revision: https://phabricator.services.mozilla.com/D134935
This commit is contained in:
Emilio Cobos Álvarez 2023-06-06 23:32:53 +02:00 committed by Oriol Brufau
parent f0524611c4
commit 6cb3b7e254

View file

@ -689,7 +689,6 @@ ${helpers.predefined_type(
"TouchAction", "TouchAction",
"computed::TouchAction::auto()", "computed::TouchAction::auto()",
engines="gecko", engines="gecko",
gecko_pref="layout.css.touch_action.enabled",
animation_value_type="discrete", animation_value_type="discrete",
spec="https://compat.spec.whatwg.org/#touch-action", spec="https://compat.spec.whatwg.org/#touch-action",
)} )}