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

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