Skip to content

Commit 8c6d7c8

Browse files
committed
[java] Removing unused IME_ACTIVATE_ENGINE.
1 parent 40223f7 commit 8c6d7c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/src/org/openqa/selenium/remote/DriverCommand.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,6 @@ static CommandPayload ACTIONS(Collection<Sequence> actions) {
375375
return new CommandPayload(ACTIONS, Map.of("actions", actions));
376376
}
377377

378-
static CommandPayload IME_ACTIVATE_ENGINE(String engine) {
379-
return new CommandPayload(SET_ALERT_VALUE, Map.of("engine", engine));
380-
}
381-
382378
static CommandPayload SET_CURRENT_WINDOW_POSITION(Point targetPosition) {
383379
return new CommandPayload(
384380
SET_CURRENT_WINDOW_POSITION, Map.of("x", targetPosition.x, "y", targetPosition.y));

0 commit comments

Comments
 (0)