# HG changeset patch # User smatz # Date 1208107656 0 # Node ID 852e7bd01d88e703f6a514853b9fde7112532337 # Parent 403ddceeb879b1cd154b2dba0e60d8d7b33a6ef7 (svn r12690) -Cleanup: remove unused table from tgp.cpp diff -r 403ddceeb879 -r 852e7bd01d88 src/tgp.cpp --- a/src/tgp.cpp Sun Apr 13 16:54:19 2008 +0000 +++ b/src/tgp.cpp Sun Apr 13 17:27:36 2008 +0000 @@ -683,14 +683,6 @@ } -/* The following decimals are the octave power modifiers for the Perlin noise */ -static const double _perlin_p_values[][7] = { // perlin frequency per power - { 0.35, 0.35, 0.35, 0.35, 0.35, 0.25, 0.539 }, ///< Very smooth - { 0.45, 0.55, 0.45, 0.45, 0.35, 0.25, 0.89 }, ///< Smooth - { 0.85, 0.80, 0.70, 0.45, 0.45, 0.35, 1.825 }, ///< Rough 1.825 - { 0.95, 0.85, 0.80, 0.55, 0.55, 0.45, 2.245 } //< Very Rough 2.25 -}; - /** * The Perlin Noise calculation using large primes * The initial number is adjusted by two values; the generation_seed, and the