Skip to content

Commit b0a237a

Browse files
committed
remove commented method
1 parent edf51c1 commit b0a237a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main/java/com/cleanroommc/modularui/screen/ModularPanel.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -774,13 +774,6 @@ public boolean shouldAnimate() {
774774
return getContext().getParentScreen() == null;
775775
}
776776

777-
/*@ApiStatus.ScheduledForRemoval(inVersion = "3.2.0")
778-
@Deprecated
779-
@ApiStatus.Internal
780-
public boolean shouldAnimate() {
781-
return shouldAnimate(false);
782-
}*/
783-
784777
void registerSubPanel(IPanelHandler handler) {
785778
if (!this.clientSubPanels.contains(handler)) {
786779
this.clientSubPanels.add(handler);

0 commit comments

Comments
 (0)