X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=progs%2Fdemos%2FFractals_random%2Ffractals_random.c;fp=progs%2Fdemos%2FFractals_random%2Ffractals_random.c;h=aa106414efefc5dc8e0a0df0af125fee684c49ca;hb=8f7014249e5f2b352569c7b22aa190125aeef9ab;hp=0cf6d0db79cbaa79e03c32a22c9ce38cee13ab15;hpb=108280c6d8ec2f11b6151bda3118ff17d801b2d7;p=freeglut diff --git a/progs/demos/Fractals_random/fractals_random.c b/progs/demos/Fractals_random/fractals_random.c index 0cf6d0d..aa10641 100644 --- a/progs/demos/Fractals_random/fractals_random.c +++ b/progs/demos/Fractals_random/fractals_random.c @@ -355,8 +355,6 @@ void readConfigFile ( char *fnme ) int main(int argc, char *argv[]) { - int fractal_window ; - glutInitDisplayMode( GLUT_RGB | GLUT_SINGLE ); glutInitWindowSize(500, 250); @@ -368,7 +366,7 @@ main(int argc, char *argv[]) else readConfigFile ( "fractals.dat" ) ; - fractal_window = glutCreateWindow( window_title ); + glutCreateWindow( window_title ); glClearColor(1.0, 1.0, 1.0, 1.0);