Skip to content

Commit

Permalink
refactor: remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Fendrich committed Dec 12, 2024
1 parent 275e94f commit 158bae8
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,6 @@ public ORSGraphHopper getGraphhopper() {
return mGraphHopper;
}

public BBox getBounds() {
return mGraphHopper.getGraphHopperStorage().getBounds();
}

public StorableProperties getGraphProperties() {
return mGraphHopper.getGraphHopperStorage().getProperties();
}
Expand All @@ -389,14 +385,6 @@ public ProfileProperties getProfileConfiguration() {
return profileProperties;
}

public Integer[] getPreferences() {
return mRoutePrefs;
}

public boolean isCHEnabled() {
return mGraphHopper != null && mGraphHopper.getCHPreparationHandler().isEnabled();
}

public void close() {
mGraphHopper.close();
}
Expand Down

0 comments on commit 158bae8

Please sign in to comment.