Removed unused function.

pull/8/head
Nicholas Hastings 12 years ago
parent 581ed16fa6
commit 43ecfcffc7

@ -167,22 +167,6 @@ namespace DepotDownloader
return section_kv;
}
static uint GetSteam3AppChangeNumber(int appId)
{
if (steam3 == null || steam3.AppInfo == null)
{
return 0;
}
SteamApps.PICSProductInfoCallback.PICSProductInfo app;
if (!steam3.AppInfo.TryGetValue((uint)appId, out app) || app == null)
{
return 0;
}
return app.ChangeNumber;
}
static uint GetSteam3AppBuildNumber(uint appId, string branch)
{
if (appId == INVALID_APP_ID)

Loading…
Cancel
Save