summaryrefslogtreecommitdiff
path: root/gtk2_ardour/shuttle_control.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-10 10:52:44 +0100
committerRobin Gareus <robin@gareus.org>2015-03-10 10:53:56 +0100
commit2d20bcab4a0a7787f61c15679988c6db47c2ca60 (patch)
tree33fcc27de99983ac1df14f8796fbc578921c2552 /gtk2_ardour/shuttle_control.h
parent3547540f98658ed5839832aa68e6fe23098cd236 (diff)
dramatically reduce ShuttleControl CPU usage
Diffstat (limited to 'gtk2_ardour/shuttle_control.h')
-rw-r--r--gtk2_ardour/shuttle_control.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/shuttle_control.h b/gtk2_ardour/shuttle_control.h
index 0b289c5180..21b02d9954 100644
--- a/gtk2_ardour/shuttle_control.h
+++ b/gtk2_ardour/shuttle_control.h
@@ -39,8 +39,7 @@ class ShuttleControl : public CairoWidget, public ARDOUR::SessionHandlePtr
~ShuttleControl ();
void map_transport_state ();
- void update_speed_display ();
- void set_shuttle_fract (double, bool zero_ok = false);
+ void set_shuttle_fract (double, bool zero_ok = false);
double get_shuttle_fract () const { return shuttle_fract; }
void set_session (ARDOUR::Session*);