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

@@ -25,7 +25,6 @@ void ContainerScreen::renderLabels() {
}
void ContainerScreen::renderBg(float a) {
// 4J Unused
#ifdef ENABLE_JAVA_GUIS
int tex = minecraft->textures->loadTexture(TN_GUI_CONTAINER);
glColor4f(1, 1, 1, 1);