website: remove unused method

This commit is contained in:
Mitchell Hashimoto 2014-07-28 11:02:25 -07:00
parent 839ea60701
commit a71c9a268b
1 changed files with 0 additions and 4 deletions

View File

@ -57,10 +57,6 @@ module DownloadHelpers
"https://dl.bintray.com/mitchellh/terraform/#{file}"
end
def ui_download_url
download_url("#{latest_version}_web_ui.zip")
end
def latest_version
ENV["TERRAFORM_VERSION"]
end