summaryrefslogtreecommitdiffstats
path: root/balls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'balls.cpp')
-rw-r--r--balls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/balls.cpp b/balls.cpp
index d1540b8..2c8172f 100644
--- a/balls.cpp
+++ b/balls.cpp
@@ -133,7 +133,6 @@ reshape(int w, int h) {
glMatrixMode(GL_MODELVIEW);
}
-
vector<Ball *>
makeBalls(int n) {
size_t i;