From 76d88e5ae49a1a228b23d1e3065d418cd6106ac0 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Wed, 23 Dec 2015 15:26:51 +0100 Subject: [PATCH] Remove the now unused ctor of VqaPlayerWidget to silence travis --- OpenRA.Mods.Common/Widgets/VqaPlayerWidget.cs | 8 -------- 1 file changed, 8 deletions(-) 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)