removed unused method

This commit is contained in:
Myzel394 2022-08-15 19:08:11 +02:00
parent 01788993b5
commit 351bd6fec9

View File

@ -92,13 +92,6 @@ class TimelineModel extends PropertyChangeNotifier<String> {
notifyListeners('paused'); notifyListeners('paused');
} }
void resetMemoryPack() {
resume();
_memoryIndex = 0;
notifyListeners('memoryIndex');
}
void removeMemory( void removeMemory(
final int timelineIndex, final int timelineIndex,
final int memoryIndex, final int memoryIndex,