summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--balls.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/balls.cpp b/balls.cpp
index 45704a5..c14a1dc 100644
--- a/balls.cpp
+++ b/balls.cpp
@@ -41,8 +41,6 @@ main(int argc, char *argv[]) {
glutReshapeFunc(reshape);
glutTimerFunc(FRAME_TIME_MS, animate, 0);
- glClearColor(1.0, 1.0, 1.0, 1.0);
-
glutMainLoop();
return 1;