undo HAS_OPENGL stuff

This commit is contained in:
IoIxD
2025-12-30 22:38:01 -07:00
parent 808495cccf
commit f3683dece3
3 changed files with 5 additions and 87 deletions

View File

@@ -53,10 +53,6 @@ if (param_get("stb-truetype")) {
add_cflags("-DUSE_STB_TRUETYPE");
}
if (param_get("opengl")) {
add_cflags("-DHAS_OPENGL");
}
if (param_get("freetype2")) {
add_cflags("-DUSE_FREETYPE2");
if ($cross) {