adium/adium

Remove redundant casts.

2013-06-02, Frank Dowsett
47db4a69f78e
Remove redundant casts.
global HandyAdiumScripts
on run
tell application "Adium"
activate
end tell
tell application "System Events"
if not (exists application process "Adium") then error
end tell
end run