changeset 8920:b0c0088d17d2 draft

(svn r12690) -Cleanup: remove unused table from tgp.cpp
author smatz <smatz@openttd.org>
date Sun, 13 Apr 2008 17:27:36 +0000
parents f15d5f7bf51b
children 0dbe48edb654
files src/tgp.cpp
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/tgp.cpp
+++ b/src/tgp.cpp
@@ -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