From cce62011af1f93067ad88a67d6ad682297f41545 Mon Sep 17 00:00:00 2001 From: Olivier Langella <Olivier.Langella@moulon.inra.fr> Date: Tue, 3 Dec 2013 14:00:57 +0100 Subject: [PATCH] remove uneeded function --- .../class_msms/GroupingProtein/PeptideMass.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fr/inra/pappso/xtandempipeline/class_msms/GroupingProtein/PeptideMass.java b/src/fr/inra/pappso/xtandempipeline/class_msms/GroupingProtein/PeptideMass.java index 1913111ee..25d910d7d 100644 --- a/src/fr/inra/pappso/xtandempipeline/class_msms/GroupingProtein/PeptideMass.java +++ b/src/fr/inra/pappso/xtandempipeline/class_msms/GroupingProtein/PeptideMass.java @@ -112,10 +112,6 @@ public class PeptideMass implements Comparable<PeptideMass> { this.subgroupSet.add(sg); } - public String getHumanId(Group group) throws MSMSException { - return Utils.getPappsoPeptideMassId(group, this); - } - public SubGroupSet getSubGroupSet() { return this.subgroupSet; } -- GitLab