diff options
| -rw-r--r-- | test/fractals.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fractals.cxx b/test/fractals.cxx index 2bf32ca44..d9bf34468 100644 --- a/test/fractals.cxx +++ b/test/fractals.cxx @@ -314,8 +314,6 @@ long TreeSeed; /* for srand48 - remember so we can build "same tree" */ void FractalTree(int level, long level_seed) { - long savedseed; /* need to save seeds while building tree too */ - if (level == Level) { glPushMatrix(); glRotatef(drand48()*180, 0, 1, 0); |
