Removes AnimGraphNodeWidget.cpp from Gems/EMotionFX
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
-11
@@ -1,11 +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
|
||||
*
|
||||
*/
|
||||
|
||||
#include <EMotionFX/Tools/EMotionStudio/Plugins/StandardPlugins/Source/AnimGraph/AnimGraphNodeWidget.h>
|
||||
|
||||
#include <EMotionFX/Tools/EMotionStudio/Plugins/StandardPlugins/Source/AnimGraph/moc_AnimGraphNodeWidget.cpp>
|
||||
-2
@@ -23,8 +23,6 @@ namespace EMStudio
|
||||
class AnimGraphNodeWidget
|
||||
: public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
AnimGraphNodeWidget(QWidget* parent = nullptr)
|
||||
: QWidget(parent)
|
||||
|
||||
-1
@@ -52,7 +52,6 @@ set(FILES
|
||||
Source/AnimGraph/AnimGraphHierarchyWidget.cpp
|
||||
Source/AnimGraph/AnimGraphHierarchyWidget.h
|
||||
Source/AnimGraph/AnimGraphNodeWidget.h
|
||||
Source/AnimGraph/AnimGraphNodeWidget.cpp
|
||||
Source/AnimGraph/AnimGraphOptions.cpp
|
||||
Source/AnimGraph/AnimGraphOptions.h
|
||||
Source/AnimGraph/AnimGraphPlugin.cpp
|
||||
|
||||
Reference in New Issue
Block a user