This shouldn't be here.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@430 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -259,17 +259,6 @@ public class MediaContainer extends Sprite
|
||||
setMediaObject(ImageUtil.createErrorImage(w, h));
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the application domain being used by this media, or null if
|
||||
* none or not applicable.
|
||||
*/
|
||||
public function getApplicationDomain () :ApplicationDomain
|
||||
{
|
||||
return (_media is Loader)
|
||||
? (_media as Loader).contentLoaderInfo.applicationDomain
|
||||
: null;
|
||||
}
|
||||
|
||||
/**
|
||||
* Unload the media we're displaying, clean up any resources.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user