diff options
| author | 2016-07-02 21:57:31 +1000 | |
|---|---|---|
| committer | 2016-07-02 21:57:31 +1000 | |
| commit | 1742190f784d0d62e7cc869eebafdfe1927e448f (patch) | |
| tree | e5855ecfc0e3129ef34f6f5ee56a937c35700ef9 /src/main/java/cuchaz/enigma/analysis/JarIndex.java | |
| parent | Reformatting code (diff) | |
| download | enigma-fork-1742190f784d0d62e7cc869eebafdfe1927e448f.tar.gz enigma-fork-1742190f784d0d62e7cc869eebafdfe1927e448f.tar.xz enigma-fork-1742190f784d0d62e7cc869eebafdfe1927e448f.zip | |
Removed unused methods
Diffstat (limited to 'src/main/java/cuchaz/enigma/analysis/JarIndex.java')
| -rw-r--r-- | src/main/java/cuchaz/enigma/analysis/JarIndex.java | 8 |
1 files changed, 0 insertions, 8 deletions
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 { | |||
| 507 | return this.fields.values(); | 507 | return this.fields.values(); |
| 508 | } | 508 | } |
| 509 | 509 | ||
| 510 | public Collection<FieldEntry> getObfFieldEntries(ClassEntry classEntry) { | ||
| 511 | return this.fields.get(classEntry); | ||
| 512 | } | ||
| 513 | |||
| 514 | public Collection<BehaviorEntry> getObfBehaviorEntries() { | 510 | public Collection<BehaviorEntry> getObfBehaviorEntries() { |
| 515 | return this.behaviors.values(); | 511 | return this.behaviors.values(); |
| 516 | } | 512 | } |
| 517 | 513 | ||
| 518 | public Collection<BehaviorEntry> getObfBehaviorEntries(ClassEntry classEntry) { | ||
| 519 | return this.behaviors.get(classEntry); | ||
| 520 | } | ||
| 521 | |||
| 522 | public TranslationIndex getTranslationIndex() { | 514 | public TranslationIndex getTranslationIndex() { |
| 523 | return this.translationIndex; | 515 | return this.translationIndex; |
| 524 | } | 516 | } |