From 808faafc08b70b4b655499a9505a2ed06f1c4789 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Fri, 6 Jun 2008 19:57:22 +0000 Subject: whitespace fixes, 'd' deletes last ball created git-svn-id: svn://mattst88.com/svn/glpong/trunk@18 449aeecc-241a-0410-943f-e2f883e2d7a2 --- ball.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ball.h') diff --git a/ball.h b/ball.h index 2ff0221..d15e8de 100644 --- a/ball.h +++ b/ball.h @@ -16,7 +16,6 @@ typedef struct Ball_t { void GLPong_BallInit(void); void GLPong_BallDeinit(void); void GLPong_BallAdd(Ball_t ** balls); -void GLPong_BallDelete(Ball_t * from, Ball_t * ball); void GLPong_BallDeleteAll(Ball_t * list); int GLPong_BallCollide(const Ball_t * a, const Ball_t * b); void GLPong_BallMoveAll(Ball_t ** balls); -- cgit v1.2.3