Remove unused code

This commit is contained in:
Natsumi
2021-12-29 17:37:05 +13:00
parent 71c5e1ca6f
commit 11062e6ed4
-6
View File
@@ -22,11 +22,7 @@ namespace VRCX
public long Position; public long Position;
public string RecentWorldName; public string RecentWorldName;
public bool ShaderKeywordsLimitReached = false; public bool ShaderKeywordsLimitReached = false;
public bool incomingJson;
public string jsonChunk;
public string jsonDate;
public string onJoinPhotonDisplayName; public string onJoinPhotonDisplayName;
public string photonEvent;
} }
public static readonly LogWatcher Instance; public static readonly LogWatcher Instance;
@@ -38,7 +34,6 @@ namespace VRCX
private bool m_ResetLog; private bool m_ResetLog;
private bool m_FirstRun = true; private bool m_FirstRun = true;
private static DateTime tillDate = DateTime.Now; private static DateTime tillDate = DateTime.Now;
private static IDictionary<int, string> photonEvent7 = new Dictionary<int, string>();
// NOTE // NOTE
// FileSystemWatcher() is unreliable // FileSystemWatcher() is unreliable
@@ -331,7 +326,6 @@ namespace VRCX
logContext.RecentWorldName logContext.RecentWorldName
}); });
photonEvent7 = new Dictionary<int, string>();
logContext.onJoinPhotonDisplayName = String.Empty; logContext.onJoinPhotonDisplayName = String.Empty;
return true; return true;