Skip to content

Commit

Permalink
remove assistive_devices caveats method
Browse files Browse the repository at this point in the history
backward-compat, replaced by toplevel `accessibility_access`
  • Loading branch information
rolandwalker committed Dec 9, 2014
1 parent 972883e commit 65a71e7
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 65a71e7

Please sign in to comment.