diff --git a/lib/models/timeline.dart b/lib/models/timeline.dart index 2c838b5..d8538d6 100644 --- a/lib/models/timeline.dart +++ b/lib/models/timeline.dart @@ -92,13 +92,6 @@ class TimelineModel extends PropertyChangeNotifier { notifyListeners('paused'); } - void resetMemoryPack() { - resume(); - - _memoryIndex = 0; - notifyListeners('memoryIndex'); - } - void removeMemory( final int timelineIndex, final int memoryIndex,