From 853b318a2c3e20943f01f1d82fec343b13737198 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 13 Nov 2008 00:40:38 +0000 Subject: [PATCH] Cleanup. Since MediaContainer imports this, I've got half a mind to just reduce this simple player back down to play/pause and have MsoyVideoDisplay subclass this. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@702 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/video/SimpleVideoDisplay.as | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/as/com/threerings/flash/video/SimpleVideoDisplay.as b/src/as/com/threerings/flash/video/SimpleVideoDisplay.as index 663513cd..5337ef52 100644 --- a/src/as/com/threerings/flash/video/SimpleVideoDisplay.as +++ b/src/as/com/threerings/flash/video/SimpleVideoDisplay.as @@ -64,11 +64,6 @@ public class SimpleVideoDisplay extends Sprite g.drawRect(0, 0, NATIVE_WIDTH, NATIVE_HEIGHT); g.endFill(); - g = this.graphics; - g.beginFill(0xFF000000); - g.drawRect(0, 0, NATIVE_WIDTH, NATIVE_HEIGHT); - g.endFill(); - // and update the HUD location (even if not currently showing) _hud.x = NATIVE_WIDTH/2; _hud.y = NATIVE_HEIGHT/2;