mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[sequence] Inline some getters in sSequence::App
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user