adium/adium

Remove redundant casts.

2013-06-02, Frank Dowsett
47db4a69f78e
Remove redundant casts.
global HandyAdiumScripts
on run
tell application "Adium"
try
set id of window 1 to 4983
error
on error number num
if num is -2700 then error
end try
end tell
end run