Skip to content

Commit bb80136

Browse files
authored
remove todo (#712)
1 parent b7a6e1d commit bb80136

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/appium_lib/core/common/device.rb

-9
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,6 @@ def multi_touch(actions)
338338
execute :multi_touch, {}, actions: actions
339339
end
340340
end
341-
342-
# TODO: separate
343-
actions = Appium::TouchAction::COMPLEX_ACTIONS
344-
actions.each do |method|
345-
delegate_from_appium_driver(method, Appium::TouchAction)
346-
end
347-
348-
delegate_from_appium_driver(:pinch, Appium::MultiTouch)
349-
delegate_from_appium_driver(:zoom, Appium::MultiTouch)
350341
end
351342

352343
def add_ime_actions

0 commit comments

Comments
 (0)