httpRequest in win launcher uses utility program. Clean up usings and add missing license notices.

This commit is contained in:
Matthew Bowra-Dean
2010-12-31 14:40:38 +13:00
committed by Chris Forbes
parent de5d9abec3
commit a4493f48d5
6 changed files with 37 additions and 24 deletions

View File

@@ -120,7 +120,7 @@ namespace OpenRA.Launcher
using (var response = new StreamReader(pipe))
{
string s = response.ReadToEnd();
response.ReadToEnd();
}
RefreshMods();