From 7ee1701de3faa287c6d013bd14cefb2cded25bfc Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 13 Sep 2021 15:46:47 +0700 Subject: Remove excess abstractions around texture loading --- src/Text.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Text.h') 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); -- cgit 1.4.1