stomp out some unused code in FFMPEG path determination

This commit is contained in:
goyuken 2014-07-30 16:02:39 +00:00
parent fcab1873b7
commit 8bad959f84
2 changed files with 0 additions and 4 deletions

View File

@ -52,8 +52,6 @@ namespace BizHawk.Client.Common
// BIOS Paths
public Dictionary<string, string> FirmwareUserSpecifications = new Dictionary<string, string>(); // key: sysid+firmwareId; value: absolute path
public string FFMpegPath = "%exe%/dll/ffmpeg.exe";
// General Client Settings
public int Input_Hotkey_OverrideOptions = 0;
public bool StackOSDMessages = true;

View File

@ -110,8 +110,6 @@ namespace BizHawk.Client.EmuHawk
_throttle = new Throttle();
FFMpeg.FFMpegPath = PathManager.MakeProgramRelativePath(Global.Config.FFMpegPath);
Global.CheatList = new CheatCollection();
Global.CheatList.Changed += ToolHelpers.UpdateCheatRelatedTools;