Skip to content

Commit

Permalink
Remove deprecated set_window_size
Browse files Browse the repository at this point in the history
  • Loading branch information
keathley committed May 12, 2017
1 parent 6612259 commit 7d75ab6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/wallaby/browser.ex
Expand Up @@ -265,12 +265,6 @@ defmodule Wallaby.Browser do
session
end

def set_window_size(parent, x, y) do
IO.warn "set_window_size/3 has been deprecated. Please use resize_window/3"

resize_window(parent, x, y)
end

@doc """
Gets the current url of the session
"""
Expand Down

0 comments on commit 7d75ab6

Please sign in to comment.