Fixed some compiler warnings

This commit is contained in:
biwa 2021-09-06 23:43:30 +02:00 committed by spherallic
parent 079614419a
commit 0da0ff6b41

View file

@ -91,7 +91,6 @@ namespace CodeImp.DoomBuilder.BuilderModes.IO
private Action addprogress;
private Action<string> showphase;
private Func<bool> checkcanelexport;
private bool cancelexport;
#endregion
@ -110,7 +109,6 @@ namespace CodeImp.DoomBuilder.BuilderModes.IO
this.addprogress = addprogress;
this.showphase = showphase;
this.checkcanelexport = checkcanelexport;
cancelexport = false;
}
#endregion