From 1742190f784d0d62e7cc869eebafdfe1927e448f Mon Sep 17 00:00:00 2001 From: lclc98 Date: Sat, 2 Jul 2016 21:57:31 +1000 Subject: Removed unused methods --- src/main/java/cuchaz/enigma/analysis/JarIndex.java | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/main/java/cuchaz/enigma/analysis/JarIndex.java') diff --git a/src/main/java/cuchaz/enigma/analysis/JarIndex.java b/src/main/java/cuchaz/enigma/analysis/JarIndex.java index 377a8cb..bd67090 100644 --- a/src/main/java/cuchaz/enigma/analysis/JarIndex.java +++ b/src/main/java/cuchaz/enigma/analysis/JarIndex.java @@ -507,18 +507,10 @@ public class JarIndex { return this.fields.values(); } - public Collection getObfFieldEntries(ClassEntry classEntry) { - return this.fields.get(classEntry); - } - public Collection getObfBehaviorEntries() { return this.behaviors.values(); } - public Collection getObfBehaviorEntries(ClassEntry classEntry) { - return this.behaviors.get(classEntry); - } - public TranslationIndex getTranslationIndex() { return this.translationIndex; } -- cgit v1.2.3