mirror of
https://codeberg.org/moonleay/Gimble.git
synced 2024-11-23 23:32:11 +00:00
chore: removed unused vars
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
f10897bf5d
commit
e7355f9781
1 changed files with 0 additions and 6 deletions
|
@ -39,12 +39,6 @@ public abstract class HudMixin {
|
|||
|
||||
@Shadow @Final private MinecraftClient client;
|
||||
|
||||
@Shadow
|
||||
private int scaledHeight;
|
||||
|
||||
@Shadow
|
||||
public abstract void clear();
|
||||
|
||||
@Inject(method = "renderStatusEffectOverlay", at = @At("HEAD"))
|
||||
private void render(MatrixStack matrices, CallbackInfo ci) {
|
||||
TextRenderer tr = this.client.textRenderer;
|
||||
|
|
Loading…
Reference in a new issue