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.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Text.cpp') diff --git a/src/Text.cpp b/src/Text.cpp index 2329360..5da702b 100644 --- a/src/Text.cpp +++ b/src/Text.cpp @@ -2,11 +2,6 @@ #include "Text.h" #include "Textures.h" -void Text::LoadFontTexture(char *fileName) -{ - FontTexture = loadTexture(fileName); -} - void Text::BuildFont() // Build Our Font Display List { float cx; // Holds Our X Character Coord -- cgit 1.4.1