mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-19 15:45:26 +02:00
removed unused method
This commit is contained in:
parent
01788993b5
commit
351bd6fec9
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user