Remove Unused Settings

This removes unused settings related to CrashDialog
This commit is contained in:
steelphase
2014-10-18 19:30:28 -04:00
committed by Matthias Mailänder
parent 307eaecc9e
commit c0e7718fd5
4 changed files with 14 additions and 33 deletions

View File

@@ -72,9 +72,6 @@ namespace OpenRA
public bool SanityCheckUnsyncedCode = false;
public int Samples = 25;
public bool IgnoreVersionMismatch = false;
public bool ShowFatalErrorDialog = true;
public string FatalErrorDialogFaq = "http://wiki.openra.net/FAQ";
}
public class GraphicSettings