[apps] Reset (exam mode) delete all records at once

This commit is contained in:
Émilie Feral
2018-11-22 09:57:40 +01:00
parent 0a9437e8dc
commit 916493a4d2
4 changed files with 2 additions and 8 deletions

View File

@@ -30,10 +30,6 @@ App * App::Snapshot::unpack(Container * container) {
return new (container->currentAppBuffer()) App(container, this);
}
void App::Snapshot::reset() {
m_scriptStore.deleteAllScripts();
}
App::Descriptor * App::Snapshot::descriptor() {
static Descriptor descriptor;
return &descriptor;