[csharp] Fixed two warnings.

This commit is contained in:
Harald Csaszar 2025-06-30 13:42:29 +02:00
parent f1350db84d
commit 37ae2ac476
2 changed files with 0 additions and 3 deletions

View File

@ -644,8 +644,6 @@ namespace Spine {
/// <summary>Changes a bone's local <see cref="BoneLocal.Rotation"/>.</summary>
public class RotateTimeline : BoneTimeline1, IBoneTimeline {
readonly int boneIndex;
public RotateTimeline (int frameCount, int bezierCount, int boneIndex)
: base(frameCount, bezierCount, boneIndex, Property.Rotate) {
}

View File

@ -54,7 +54,6 @@ namespace Spine {
: base(data, pose, constrained) {
}
public D Data { get { return data; } }
public IConstraintData IData { get { return data; } }
abstract public IConstraint Copy (Skeleton skeleton);
abstract public void Sort (Skeleton skeleton);