Removed dead code in MeesageFactory and redundant classes

tags: #story[1273]
This commit is contained in:
Haoming Yin
2017-09-28 15:54:09 +13:00
parent 7620f0023e
commit 06bc3644bc
13 changed files with 19 additions and 602 deletions
@@ -108,10 +108,6 @@ public class MapMaker {
return mapPreviews.get(index).getAssets();
}
public RaceXMLData getCurrentRace() {
return races.get(index);
}
public RegattaXMLData getCurrentRegatta() {
return regattas.get(index);
}