From 5c363f0cc1a234b9a4f676fd93c568fa9946dc29 Mon Sep 17 00:00:00 2001 From: NathanSweet Date: Tue, 28 Jun 2016 17:29:38 +0200 Subject: [PATCH] [libgdx] Removed deferred attachment lookup. --- .../spine-libgdx/src/com/esotericsoftware/spine/Slot.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Slot.java b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Slot.java index d3dc87862..c74a9ec2d 100644 --- a/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Slot.java +++ b/spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Slot.java @@ -84,12 +84,6 @@ public class Slot { return attachment; } - /** Sets the name of the attachment which will be used to find the attachment in the skin the next time - * {@link #getAttachment()} is called. */ - public void setAttachmentName (String attachmentName) { - this.attachmentName = attachmentName; - } - /** Sets the attachment and if it changed, resets {@link #getAttachmentTime()} and clears {@link #getAttachmentVertices()}. * @param attachment May be null. */ public void setAttachment (Attachment attachment) {