mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Fixed some compiler warnings
This commit is contained in:
parent
079614419a
commit
0da0ff6b41
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue