diff --git a/OpenRA.Mods.Common/Widgets/VqaPlayerWidget.cs b/OpenRA.Mods.Common/Widgets/VqaPlayerWidget.cs index d0c4c1445f..45be7bae6b 100644 --- a/OpenRA.Mods.Common/Widgets/VqaPlayerWidget.cs +++ b/OpenRA.Mods.Common/Widgets/VqaPlayerWidget.cs @@ -37,14 +37,6 @@ namespace OpenRA.Mods.Common.Widgets Action onComplete; - readonly World world; - - [ObjectCreator.UseCtor] - public VqaPlayerWidget(World world) - { - this.world = world; - } - public void Load(string filename) { if (filename == cachedVideo)