Just use Dispose methods without arguments (disposing always passed as true)

This commit is contained in:
KonH
2021-10-02 21:09:32 +07:00
committed by abcdefg30
parent 8bce6eb3ac
commit 9ed809943d
5 changed files with 3 additions and 30 deletions

View File

@@ -96,11 +96,6 @@ namespace OpenRA.Platforms.Default
}
public void Dispose()
{
Dispose(true);
}
void Dispose(bool disposing)
{
if (disposed)
return;