From d5c9e38c3486f808f934654080cada5232356e9a Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 30 Mar 2009 23:04:54 +0000 Subject: [PATCH] More asdoc fixes. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@796 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/MediaContainer.as | 2 +- src/as/com/threerings/flex/ChatControl.as | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/as/com/threerings/flash/MediaContainer.as b/src/as/com/threerings/flash/MediaContainer.as index 96b25f71..01a6ad77 100644 --- a/src/as/com/threerings/flash/MediaContainer.as +++ b/src/as/com/threerings/flash/MediaContainer.as @@ -63,7 +63,7 @@ import com.threerings.util.ValueEvent; import com.threerings.util.Util; import com.threerings.flash.media.FlvVideoPlayer; -import com.threerings.flash.media.MediaPlayerCodes; +// import com.threerings.flash.media.MediaPlayerCodes; import com.threerings.flash.media.SimpleVideoDisplay; import com.threerings.flash.media.VideoPlayer; diff --git a/src/as/com/threerings/flex/ChatControl.as b/src/as/com/threerings/flex/ChatControl.as index 1d160b74..9beebc21 100644 --- a/src/as/com/threerings/flex/ChatControl.as +++ b/src/as/com/threerings/flex/ChatControl.as @@ -25,7 +25,6 @@ import com.threerings.util.MethodQueue; import com.threerings.util.StringUtil; import com.threerings.flex.CommandButton; -import com.threerings.flex.CommandMenu; import com.threerings.crowd.chat.client.ChatDirector; import com.threerings.crowd.chat.data.ChatCodes;