Skip to content

Commit

Permalink
Remove unused pattern trips field.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Oct 5, 2023
1 parent 00e6c8e commit 0d966c0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ public static class FrequencyEntry extends AbstractTimetable {
/** trip from which to copy travel times */
public String sourceTrip;

/** trips on the selected patterns which could be used as source trips */
public String[] patternTrips;

public AddTrips.PatternTimetable toR5 (String feed) {
AddTrips.PatternTimetable pt = toBaseR5Timetable();

Expand Down

0 comments on commit 0d966c0

Please sign in to comment.