summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-12-23 00:51:34 +1100
committernick_m <mainsbridge@gmail.com>2016-12-23 00:51:34 +1100
commit96048ad4c09aca166dcccce9abe91da209a09b93 (patch)
tree104a5187eba11481301ffe382be3e0f93c5f5209 /gtk2_ardour/ghostregion.h
parentebf60feb130569e97ef12d1cb592eb2365a5909a (diff)
midi scrooming performance updates.
- MGR visibility is handled by update_note/hit() MRV unconditionally updates MGR events - remove MidiGhostRegion::update_range() - rename set_contents_height -> update_contents_height
Diffstat (limited to 'gtk2_ardour/ghostregion.h')
-rw-r--r--gtk2_ardour/ghostregion.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h
index f4848fd3cc..000399007b 100644
--- a/gtk2_ardour/ghostregion.h
+++ b/gtk2_ardour/ghostregion.h
@@ -106,8 +106,7 @@ public:
void set_samples_per_pixel (double spu);
void set_colors();
- void update_range();
- void set_contents_height();
+ void update_contents_height();
void add_note(NoteBase*);
void update_note (Note*);