mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove unused pref: dom_forcetouch_enabled (#36524)
This is a leftover from e7c754fb64
Testing: removing unused pref, no testing needed.
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
7171d18e96
commit
c9489ca04f
1 changed files with 0 additions and 2 deletions
|
@ -82,7 +82,6 @@ pub struct Preferences {
|
|||
pub dom_document_dblclick_timeout: i64,
|
||||
pub dom_document_dblclick_dist: i64,
|
||||
pub dom_fontface_enabled: bool,
|
||||
pub dom_forcetouch_enabled: bool,
|
||||
pub dom_fullscreen_test: bool,
|
||||
pub dom_gamepad_enabled: bool,
|
||||
pub dom_imagebitmap_enabled: bool,
|
||||
|
@ -259,7 +258,6 @@ impl Preferences {
|
|||
dom_document_dblclick_dist: 1,
|
||||
dom_document_dblclick_timeout: 300,
|
||||
dom_fontface_enabled: false,
|
||||
dom_forcetouch_enabled: false,
|
||||
dom_fullscreen_test: false,
|
||||
dom_gamepad_enabled: true,
|
||||
dom_imagebitmap_enabled: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue