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;
|
Action onComplete;
|
||||||
|
|
||||||
readonly World world;
|
|
||||||
|
|
||||||
[ObjectCreator.UseCtor]
|
|
||||||
public VqaPlayerWidget(World world)
|
|
||||||
{
|
|
||||||
this.world = world;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void Load(string filename)
|
public void Load(string filename)
|
||||||
{
|
{
|
||||||
if (filename == cachedVideo)
|
if (filename == cachedVideo)
|
||||||
|
|||||||
Reference in New Issue
Block a user