remove some debugging junko

This commit is contained in:
adelikat 2017-02-11 13:41:25 -06:00
parent eccfd94cce
commit 6ae8a88658
1 changed files with 0 additions and 4 deletions

View File

@ -199,10 +199,6 @@ namespace BizHawk.Client.Common
)]
public static void SetReadOnly(bool readOnly)
{
int x = 0;
x++;
int y = x;
Global.MovieSession.ReadOnly = readOnly;
}