Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-link committed Aug 7, 2024
1 parent a2192db commit bf0c52a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions HighMap/src/op/filters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ void fill_talus(Array &z, float talus, uint seed, float noise_ratio)
std::vector<float> c = CD;
const uint nb = di.size();

// populate queue
std::vector<int> queue_i = {};
std::vector<int> queue_j = {};
std::vector<float> queue_z = {};

// trick to exclude border cells, to avoid checking out of bounds
// indices
set_borders(z, 10.f * z.max(), 2);
Expand Down

0 comments on commit bf0c52a

Please sign in to comment.