Checkstyle fix

This commit is contained in:
Jindra Petřík
2025-05-17 18:13:53 +02:00
parent dd49a7e73b
commit 2165425f8d
2 changed files with 1 additions and 4 deletions
@@ -962,9 +962,6 @@ public class TimelineBodyPanel extends JPanel implements MouseListener, KeyListe
DepthState ds = null;
if (!(timelined instanceof ButtonTag) && fframe >= timelined.getFrameCount()) {
if (timelined instanceof ButtonTag) {
}
int lastFrame = timelined.getFrameCount() - 1;
for (int d = 1; d <= timeline.maxDepth; d++) {
ds = timeline.getDepthState(lastFrame, d);