Remove the now unused ctor of VqaPlayerWidget to silence travis

This commit is contained in:
abcdefg30
2015-12-23 15:26:51 +01:00
parent 64f57ac9a5
commit 76d88e5ae4

View File

@@ -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)