adium/adium

Remove some unused/old files.

2012-04-29, Frank Dowsett
aa8a930a8e3b
Remove some unused/old files.
global HandyAdiumScripts
on run
tell application "Adium"
set newChatWindow to HandyAdiumScripts's makeNewChatWindow()
if (get index of chat 1 of newChatWindow) is not 1 then
close newChatWindow --restore
error
end
close newChatWindow --restore
end tell
end run