diff options
Diffstat (limited to 'src/vec_grid.h')
-rw-r--r-- | src/vec_grid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vec_grid.h b/src/vec_grid.h index b574484..f2ed55a 100644 --- a/src/vec_grid.h +++ b/src/vec_grid.h @@ -31,8 +31,6 @@ enum grid_type { SQUAREGRID }; -typedef std::function<std::vector<d2p> *(double, double, double)> sampling_fun; - sampling_fun get_sampler(enum grid_type type); std::vector<d2p> *sample_poisson_disc(double w, double h, double center_distance); |