Prune code.
This commit is contained in:
@@ -115,28 +115,9 @@ namespace Cryville.Crtr {
|
||||
Settings.Default.LastRunVersion = Application.version;
|
||||
Settings.Default.Save();
|
||||
|
||||
// TODO Remove test log
|
||||
/*Logger.Log("main", 0, "Game", "Installed fonts:");
|
||||
foreach (var f in Font.GetOSInstalledFontNames()) {
|
||||
Logger.Log("main", 0, "Game", " {0}", f);
|
||||
}*/
|
||||
|
||||
Logger.Log("main", 1, "Game", "Initialized");
|
||||
|
||||
/*ServicePointManager.SecurityProtocol
|
||||
= SecurityProtocolType.Ssl3
|
||||
| SecurityProtocolType.Tls
|
||||
| SecurityProtocolTypeExtensions.Tls11
|
||||
| SecurityProtocolTypeExtensions.Tls12
|
||||
| SecurityProtocolTypeExtensions.Tls13
|
||||
;
|
||||
ServicePointManager.ServerCertificateValidationCallback = certValidCallback;*/
|
||||
}
|
||||
|
||||
/*static bool certValidCallback(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) {
|
||||
return true;
|
||||
}*/
|
||||
|
||||
#if UNITY_ANDROID
|
||||
[MonoPInvokeCallback(typeof(OpenSL.Native.slBufferQueueCallback))]
|
||||
static void audioCallback(IntPtr caller, IntPtr context) {
|
||||
|
Reference in New Issue
Block a user