Fix merge error.

#jira UE-69864
#rb trivial

[CL 4962105 by Justin Marcus in Main branch]
This commit is contained in:
Justin Marcus
2019-02-11 10:54:13 -05:00
parent 8c97e3c469
commit fedacdf964

View File

@@ -848,12 +848,6 @@ IPlatformInstallBundleManager* FGenericPlatformMisc::GetPlatformInstallBundleMan
return Manager;
}
IPlatformCompression* FGenericPlatformMisc::GetPlatformCompression()
{
static FGenericPlatformCompression Singleton;
return &Singleton;
}
void GenericPlatformMisc_GetProjectFilePathProjectDir(FString& OutGameDir)
{
// Here we derive the game path from the project file location.