Don't need to manually clear timers because this happens automatically when they expire

This was SVN commit r7922.
This commit is contained in:
WhiteTreePaladin
2010-08-12 17:40:30 +00:00
parent d41d554678
commit 3947495db9
@@ -98,7 +98,6 @@ function addChatMessage(msg)
function removeOldChatMessages()
{
clearTimeout(chatTimers[0]);
chatTimers.shift();
chatMessages.shift();
getGUIObjectByName("chatText").caption = chatMessages.join("\n");