Skip to content

Commit

Permalink
Remove unused pattern trips field. (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt authored Oct 16, 2023
1 parent 00e6c8e commit 4321da8
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 4321da8

Please sign in to comment.