Remove CfgFileAsset from AzFramework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-10 14:23:32 -08:00
parent f2ec19b5e7
commit 8cf499b657
2 changed files with 0 additions and 25 deletions
@@ -1,24 +0,0 @@
/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
#include <AzCore/RTTI/TypeInfoSimple.h>
#include <AzFramework/Asset/SimpleAsset.h>
namespace AzFramework
{
class CfgFileAsset
{
public:
AZ_TYPE_INFO(CfgFileAsset, "{117A80A5-206B-4D85-9445-33B446D94C35}")
static const char* GetFileFilter()
{
return "*.cfg";
}
};
}
@@ -59,7 +59,6 @@ set(FILES
Asset/AssetSeedList.h
Asset/AssetSystemComponent.cpp
Asset/AssetSystemComponent.h
Asset/CfgFileAsset.h
Asset/GenericAssetHandler.h
Asset/AssetBundleManifest.cpp
Asset/AssetBundleManifest.h