X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fflipflop.c;h=6f3743ccb21d6acc070b43790c758b3a822eec6d;hp=ec20898f12af041705be1c5f0b86bc5b030ef484;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hpb=50be9bb40dc60130c99ffa568e6677779904ff70 diff --git a/hacks/glx/flipflop.c b/hacks/glx/flipflop.c index ec20898f..6f3743cc 100644 --- a/hacks/glx/flipflop.c +++ b/hacks/glx/flipflop.c @@ -419,8 +419,6 @@ init_flipflop(ModeInfo *mi) c->sheet = (randsheet*) malloc(sizeof(randsheet)); randsheet_create( c->sheet ); - glClearColor(0.0, 0.0, 0.0, 0.0); - clearbits = GL_COLOR_BUFFER_BIT; glColorMaterial(GL_FRONT, GL_AMBIENT_AND_DIFFUSE);