summary refs log tree commit diff
path: root/src/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Game.h b/src/Game.h
index 363cfcc..5e6520b 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -172,7 +172,6 @@ public:
 	// GL functions
 	GLvoid ReSizeGLScene(float fov, float near);
 	void DrawGLScene();
-	void LoadingScreen(float percent);
 
 	// Game functions
 	void Tick();