Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 02f91e9722cc3db0dd79ce08a8ef7f3b7f40042b..f1f7e156adc663f3a231c6b046ddb314ff7831c1 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -467,14 +467,6 @@ |
"hidden": true |
}, |
{ |
- "name": "hasTouchInputs", |
- "description": "Tells whether touch inputs are present.", |
- "returns": [ |
- { "name": "result", "type": "boolean", "description": "True if touch inputs are present." } |
- ], |
- "hidden": true |
- }, |
- { |
"name": "setTouchEmulationEnabled", |
"parameters": [ |
{ "name": "enabled", "type": "boolean", "description": "Whether the touch event emulation should be enabled." } |