diff --git a/interfaces/touch-events.idl b/interfaces/touch-events.idl index 0bedbf89964f12..5e341bd7b17be0 100644 --- a/interfaces/touch-events.idl +++ b/interfaces/touch-events.idl @@ -73,10 +73,3 @@ partial interface GlobalEventHandlers { attribute EventHandler ontouchmove; attribute EventHandler ontouchcancel; }; - -partial interface Document { - // Deprecated in this specification - Touch createTouch(WindowProxy view, EventTarget target, long identifier, double pageX, double pageY, double screenX, double screenY); - // Deprecated in this specification - TouchList createTouchList(Touch... touches); -};