summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_time_axis.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/marker_time_axis.h')
-rw-r--r--gtk2_ardour/marker_time_axis.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gtk2_ardour/marker_time_axis.h b/gtk2_ardour/marker_time_axis.h
index bb30bc24db..fccb5019fe 100644
--- a/gtk2_ardour/marker_time_axis.h
+++ b/gtk2_ardour/marker_time_axis.h
@@ -21,13 +21,11 @@
#define __ardour_marker_time_axis_h__
#include <string>
-#include <libgnomecanvas/libgnomecanvas.h>
#include "ardour_dialog.h"
#include "route_ui.h"
#include "enums.h"
#include "time_axis_view.h"
-#include "canvas.h"
#include "visual_time_axis.h"
namespace ARDOUR {
@@ -81,13 +79,7 @@ class MarkerTimeAxis : public VisualTimeAxis
*/
virtual void set_height(uint32_t h) ;
- /**
- * Sets the number of samples per unit that are used.
- * This is used to determine the sizes of items upon this time axis
- *
- * @param spu the number of samples per unit
- */
- virtual void set_samples_per_unit(double spu) ;
+ virtual void set_frames_per_pixel (double);
/**