Skip to content

Commit

Permalink
Merge pull request #7855 from rolandwalker/remove_assistive_devices_c…
Browse files Browse the repository at this point in the history
…aveat_support

remove `assistive_devices` `caveats` method
  • Loading branch information
rolandwalker committed Dec 9, 2014
2 parents 972883e + 65a71e7 commit ee181eb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/cask/caveats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,6 @@ def reboot
EOS
end

def assistive_devices
puts <<-EOS.undent
To use #{@cask}, you may need to give it access to assistive
devices (Accessibility). For OS X Mavericks:
System Preferences / Security & Privacy / Privacy / Accessibility
EOS
end

def method_missing(method, *args)
Cask::Utils.method_missing_message(method, @cask.to_s, 'caveats')
return nil
Expand Down

0 comments on commit ee181eb

Please sign in to comment.