Removes AnimTrack.cpp and AnimSplineTrack.cpp from Gems/Maestro

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-03 17:06:54 -08:00
parent 845d72c542
commit ba6cad1ac1
3 changed files with 0 additions and 23 deletions
@@ -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 "AnimSplineTrack.h"
@@ -1,10 +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 "AnimTrack.h"
@@ -23,8 +23,6 @@ set(FILES
Source/Cinematics/Movie.h
Source/Cinematics/TCBSpline.h
Source/Cinematics/resource.h
Source/Cinematics/AnimSplineTrack.cpp
Source/Cinematics/AnimTrack.cpp
Source/Cinematics/AssetBlendTrack.cpp
Source/Cinematics/BoolTrack.cpp
Source/Cinematics/CaptureTrack.cpp