Forgot to removed an unused line

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7964 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-12-06 17:42:48 +00:00
parent 1124abc911
commit 06e5a163cd
1 changed files with 0 additions and 2 deletions

View File

@ -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);