Removes AbstractModelTranslator.h from Gems/ScriptCanvas
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -1,34 +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/Outcome/Outcome.h>
|
||||
|
||||
namespace ScriptCanvas
|
||||
{
|
||||
class Graph;
|
||||
|
||||
namespace Grammar
|
||||
{
|
||||
class AbstractCodeModel;
|
||||
}
|
||||
|
||||
namespace Translation
|
||||
{
|
||||
// move the shared functionality here\
|
||||
|
||||
// avoid virtual calls with a virtual function call
|
||||
// that defines characters for single line comment
|
||||
// block comment open/close, etc
|
||||
// function delcarations, etc
|
||||
// scope resolution
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -54,7 +54,6 @@ set(FILES
|
||||
Include/ScriptCanvas/Core/SlotNames.h
|
||||
Include/ScriptCanvas/Core/SubgraphInterface.h
|
||||
Include/ScriptCanvas/Core/SubgraphInterfaceUtility.h
|
||||
Include/ScriptCanvas/Translation/AbstractModelTranslator.h
|
||||
Include/ScriptCanvas/Translation/Configuration.h
|
||||
Include/ScriptCanvas/Translation/GraphToCPlusPlus.h
|
||||
Include/ScriptCanvas/Translation/GraphToLua.h
|
||||
|
||||
Reference in New Issue
Block a user