Remove the now unused ctor of VqaPlayerWidget to silence travis
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user