Fix various compiler warnings.

This commit is contained in:
Pieter-Jan Briers
2019-02-21 22:01:13 +01:00
parent fd9db21ad7
commit 20846ef446
6 changed files with 14 additions and 10 deletions

View File

@@ -33,7 +33,6 @@ namespace Content.Client.Parallax
public async void LoadParallax()
{
MemoryStream configStream = null;
long crcValue;
string contents;
TomlTable table;
try