From a71c9a268becdbafe3600c7ced4cea6af59ad372 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 28 Jul 2014 11:02:25 -0700 Subject: [PATCH] website: remove unused method --- website/helpers/download_helpers.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/helpers/download_helpers.rb b/website/helpers/download_helpers.rb index 767207b631..1397908568 100644 --- a/website/helpers/download_helpers.rb +++ b/website/helpers/download_helpers.rb @@ -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