Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Oct 12, 2024
1 parent bc671d4 commit cda2c5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/mcp/mobius/waila/command/ServerCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ protected void register(ArgumentBuilderBuilder<CommandSourceStack> command) {
})
.pop("target", "getEntityInfo")

// TODO
.then(Commands.literal("lockContainer"))
.then(Commands.argument("pos", BlockPosArgument.blockPos()))
.executes(context -> {
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/mcp/mobius/waila/gui/hud/TooltipRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ private static void render0(Minecraft client, GuiGraphics ctx, DeltaTracker delt
if (canceller.isCanceled()) {
ctx.pose().popPose();
RenderSystem.enableDepthTest();
// TODO
// RenderSystem.applyModelViewMatrix();
profiler.pop();
return;
}
Expand Down

0 comments on commit cda2c5c

Please sign in to comment.