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;