remove unused ctor

This commit is contained in:
adelikat 2020-04-14 20:02:10 -05:00
parent aa80c3a0d6
commit 919266d2dc
1 changed files with 0 additions and 4 deletions

View File

@ -167,10 +167,6 @@ namespace BizHawk.Client.Common
private class Bk2ControllerDefinition : ControllerDefinition
{
public Bk2ControllerDefinition()
{
}
public Bk2ControllerDefinition(ControllerDefinition source)
: base(source)
{