summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/glpong3d.h b/glpong3d.h
index e032fc7..318dcf0 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -49,7 +49,6 @@ typedef struct {
} Ball_t;
typedef struct {
- SDL_Surface * Surface;
Ball_t Ball;
Paddle_t Front;
Paddle_t Back;