Skip to content

Commit 8855847

Browse files
committed
remove unused code
1 parent 3c0a4c1 commit 8855847

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Assets/com.unity.formats.fbx.tests/FbxExporterReflection.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
using FbxExporters.Editor;
2-
using FbxExporters.EditorTools;
32
using System;
43
using System.Linq;
54
using System.Collections.Generic;
65
using System.Reflection;
76
using Unity.FbxSdk;
87
using UnityEngine;
9-
using UnityEngine.Timeline;
108

119
namespace FbxExporters.UnitTests
1210
{
@@ -161,18 +159,6 @@ public static bool ExportMesh(ModelExporter instance, Mesh mesh, FbxNode fbxNode
161159

162160
}
163161

164-
public static void ExportSingleTimelineClip(TimelineClip timelineClipSelected, GameObject animationTrackGObject, string filePath = null)
165-
{
166-
InvokeMethod("ExportSingleTimelineClip",
167-
new object[] {timelineClipSelected, animationTrackGObject, filePath});
168-
}
169-
170-
public static void ExportAllTimelineClips(GameObject objectWithPlayableDirector, string folderPath, IExportOptions exportOptions = null)
171-
{
172-
InvokeMethod("ExportAllTimelineClips",
173-
new object[] {objectWithPlayableDirector, folderPath, exportOptions});
174-
}
175-
176162
/////////// Helpers ///////////
177163
private static object InvokeMethod(string methodName, object[] argsToPass, ModelExporter instance = null)
178164
{

0 commit comments

Comments
 (0)