Skip to content

Commit 8f7238e

Browse files
author
Liam Sherwin
committed
Removes unused CueList and updates copyright year
Removes the old CueList implementation. Updates the copyright year to 2025 in the Details static class. Removes an unused variable in DataContainerAnimator. Adds a print statement for command line arguments.
1 parent feb1f0d commit 8f7238e

File tree

4 files changed

+2
-623
lines changed

4 files changed

+2
-623
lines changed

core/animation/DataContainerAnimator.gd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ var _container: DataContainer
3333
## Stores all track ids for containers
3434
var _container_track_ids: Dictionary[Fixture, Dictionary]
3535

36-
## Seek to queued state
37-
var _seek_queued: bool = false
38-
3936
## Signals to connect to the container
4037
var _container_signals: Dictionary[String, Callable] = {
4138
"on_items_stored": _on_items_stored,

0 commit comments

Comments
 (0)