htsky

Load and structure a vertically stratified atmosphere
git clone git://git.meso-star.fr/htsky.git
Log | Files | Refs | README | LICENSE

commit 47abb17b12af89f63998d4d7dd0dc12720936c82
parent ff61a7fc9a7e714bc53b7fe3fcfc0dafaa672bbc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 20 Apr 2020 14:34:50 +0200

Remove a useless function declaration

Diffstat:
Msrc/htsky.h | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/htsky.h b/src/htsky.h @@ -191,10 +191,6 @@ htsky_get_spectral_bands_count (const struct htsky* sky); HTSKY_API size_t -htsky_get_lw_spectral_bands_count - (const struct htsky* sky); - -HTSKY_API size_t htsky_get_spectral_band_id (const struct htsky* sky, const size_t i);