remove unused ctor
This commit is contained in:
parent
aa80c3a0d6
commit
919266d2dc
|
@ -167,10 +167,6 @@ namespace BizHawk.Client.Common
|
|||
|
||||
private class Bk2ControllerDefinition : ControllerDefinition
|
||||
{
|
||||
public Bk2ControllerDefinition()
|
||||
{
|
||||
}
|
||||
|
||||
public Bk2ControllerDefinition(ControllerDefinition source)
|
||||
: base(source)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue