avm1: Removed redundant double registration of Key

This commit is contained in:
Nathan Adams 2020-01-17 23:18:29 +01:00 committed by Mike Welsh
parent cef7d3eba2
commit adceceed5d
1 changed files with 0 additions and 10 deletions

View File

@ -294,16 +294,6 @@ pub fn create_globals<'gc>(
)),
EnumSet::empty(),
);
globals.define_value(
gc_context,
"Key",
Value::Object(key::create_key_object(
gc_context,
Some(object_proto),
Some(function_proto),
)),
EnumSet::empty(),
);
globals.define_value(
gc_context,
"Stage",