From ee2a1228bbd563f5c8fb2f4527d845ac36a1feec Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 19 May 2014 12:57:02 +0000 Subject: [PATCH] fix a warning --- BizHawk.Client.EmuHawk/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/MainForm.cs b/BizHawk.Client.EmuHawk/MainForm.cs index 4e2c82ffe9..4c5d979bfb 100644 --- a/BizHawk.Client.EmuHawk/MainForm.cs +++ b/BizHawk.Client.EmuHawk/MainForm.cs @@ -1625,7 +1625,7 @@ namespace BizHawk.Client.EmuHawk { //private Size _lastVideoSize = new Size(-1, -1), _lastVirtualSize = new Size(-1, -1); var video = Global.Emulator.VideoProvider; - bool change = false; + //bool change = false; Size currVideoSize = new Size(video.BufferWidth,video.BufferHeight); Size currVirtualSize = new Size(video.VirtualWidth,video.VirtualWidth); if (currVideoSize != _lastVideoSize || currVirtualSize != _lastVirtualSize)