From ae020ffb2e5edb7dd27e42b0ae771d1b23168238 Mon Sep 17 00:00:00 2001 From: HÃ¥kon Stormo Date: Mon, 9 Sep 2024 15:30:31 +0200 Subject: Remove stb_rect_pack implementation from stb_truetype (fix #4215) --- vendor/stb/src/stb_truetype.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/vendor/stb/src/stb_truetype.c b/vendor/stb/src/stb_truetype.c index e44c22c89..05c23f583 100644 --- a/vendor/stb/src/stb_truetype.c +++ b/vendor/stb/src/stb_truetype.c @@ -1,5 +1,2 @@ -#define STB_RECT_PACK_IMPLEMENTATION -#include "stb_rect_pack.h" - #define STB_TRUETYPE_IMPLEMENTATION #include "stb_truetype.h" \ No newline at end of file -- cgit v1.2.3