From 621a533dde2f84956b9203925fd72a940afeb206 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 1 May 2017 08:13:36 -0500 Subject: [PATCH] remove unused BoardName property on LibretroCore.cs --- BizHawk.Emulation.Cores/Libretro/LibretroCore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Libretro/LibretroCore.cs b/BizHawk.Emulation.Cores/Libretro/LibretroCore.cs index 2073547232..c670fbe683 100644 --- a/BizHawk.Emulation.Cores/Libretro/LibretroCore.cs +++ b/BizHawk.Emulation.Cores/Libretro/LibretroCore.cs @@ -299,7 +299,6 @@ namespace BizHawk.Emulation.Cores.Libretro public bool IsLagFrame { get; set; } public string SystemId { get { return "Libretro"; } } public bool DeterministicEmulation { get { return false; } } - public string BoardName { get; private set; } #region ISaveRam //TODO - terrible things will happen if this changes at runtime