Removes FullyConnectedNodePaletteCreation.h from Gems/ScriptCanvasDeveloper

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-06 15:27:18 -08:00
parent d4f45e9ac5
commit 4d01cdc591
2 changed files with 0 additions and 20 deletions
@@ -1,19 +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
class QAction;
class QMenu;
namespace ScriptCanvasDeveloperEditor
{
namespace NodePaletteFullCreation
{
QAction* FullyConnectedNodePaletteCreation(QMenu* mainWindow);
};
}