Just use Dispose methods without arguments (disposing always passed as true)
This commit is contained in:
@@ -96,11 +96,6 @@ namespace OpenRA.Platforms.Default
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
}
|
||||
|
||||
void Dispose(bool disposing)
|
||||
{
|
||||
if (disposed)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user