summary refs log tree commit diff
path: root/src/Text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text.h')
-rw-r--r--src/Text.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text.h b/src/Text.h
index af25c2d..f284e43 100644
--- a/src/Text.h
+++ b/src/Text.h
@@ -33,7 +33,6 @@ public:
 	GLuint FontTexture;
 	GLuint base;
 
-	void LoadFontTexture(char *fileName);
 	void BuildFont();
 	void glPrint(GLint x, GLint y, char *string, int set,
 		float size, float width, float height);