chore(jui): remove inaccurate "unused" comments

This commit is contained in:
Sally Knight
2026-03-27 22:57:39 +03:00
committed by Tropical
parent 141678ed96
commit ed83397c55
13 changed files with 0 additions and 13 deletions

View File

@@ -23,7 +23,6 @@ void TrapScreen::renderLabels() {
}
void TrapScreen::renderBg(float a) {
// 4J Unused
#ifdef ENABLE_JAVA_GUIS
glColor4f(1, 1, 1, 1);
minecraft->textures->bindTexture(&GUI_TRAP_LOCATION);