aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h
index 0acf650..58e534c 100644
--- a/src/gameScreen.h
+++ b/src/gameScreen.h
@@ -16,8 +16,6 @@ typedef struct GameScreen {
TexturedButton achievementsButton;
TexturedButton rebirthButton;
TexturedButton statisticsButton;
-
- Clicky penguinLol;
} GameScreen;
void initGameScreen(GameScreen* gameScreen, Game* game);