[sequence] Inline some getters in sSequence::App

This commit is contained in:
Léa Saviot
2018-09-21 10:45:51 +02:00
parent 9d23fe3e22
commit 36388c9d4d
2 changed files with 2 additions and 10 deletions

View File

@@ -50,14 +50,6 @@ App::Descriptor * App::Snapshot::descriptor() {
return &descriptor;
}
SequenceStore * App::Snapshot::sequenceStore() {
return &m_sequenceStore;
}
CurveViewRange * App::Snapshot::graphRange() {
return &m_graphRange;
}
void App::Snapshot::tidy() {
m_sequenceStore.tidy();
m_graphRange.setDelegate(nullptr);