diff --git a/Library/Homebrew/cask/info.rb b/Library/Homebrew/cask/info.rb index 64434a9e4b..6c540f40a8 100644 --- a/Library/Homebrew/cask/info.rb +++ b/Library/Homebrew/cask/info.rb @@ -36,10 +36,6 @@ module Cask title end - def self.formatted_url(url) - "#{Tty.underline}#{url}#{Tty.reset}" - end - def self.installation_info(cask) return "Not installed\n" unless cask.installed?