Skip to content

Commit

Permalink
Remove unused lookup table from noise.cpp
Browse files Browse the repository at this point in the history
closes #9757
  • Loading branch information
sfan5 committed Apr 26, 2020
1 parent eca6ee9 commit 68f45fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/noise.cpp
Expand Up @@ -46,11 +46,6 @@ typedef float (*Interp3dFxn)(
float v001, float v101, float v011, float v111,
float x, float y, float z);

float cos_lookup[16] = {
1.0f, 0.9238f, 0.7071f, 0.3826f, .0f, -0.3826f, -0.7071f, -0.9238f,
1.0f, -0.9238f, -0.7071f, -0.3826f, .0f, 0.3826f, 0.7071f, 0.9238f
};

FlagDesc flagdesc_noiseparams[] = {
{"defaults", NOISE_FLAG_DEFAULTS},
{"eased", NOISE_FLAG_EASED},
Expand Down

0 comments on commit 68f45fc

Please sign in to comment.