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

@@ -32,7 +32,6 @@ void InventoryScreen::render(int xm, int ym, float a) {
}
void InventoryScreen::renderBg(float a) {
// 4J Unused
#ifdef ENABLE_JAVA_GUIS
int tex = minecraft->textures->loadTexture(TN_GUI_INVENTORY);
glColor4f(1, 1, 1, 1);