summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_line.h')
-rw-r--r--gtk2_ardour/automation_line.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h
index 5ca2c83cd6..3ca2ec171b 100644
--- a/gtk2_ardour/automation_line.h
+++ b/gtk2_ardour/automation_line.h
@@ -174,18 +174,6 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
ArdourCanvas::Points line_points; /* coordinates for canvas line */
std::vector<ControlPoint*> control_points; /* visible control points */
- struct ALPoint {
- double x;
- double y;
- ALPoint (double xx, double yy) : x(xx), y(yy) {}
- };
-
- typedef std::vector<ALPoint> ALPoints;
-
- static void invalidate_point (ALPoints&, uint32_t index);
- static bool invalid_point (ALPoints&, uint32_t index);
-
- void determine_visible_control_points (ALPoints &, int);
void sync_model_with_view_point (ControlPoint&, bool, int64_t);
void sync_model_with_view_points (std::list<ControlPoint*>, bool, int64_t);
void start_drag_common (double, float);
@@ -216,21 +204,6 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
void connect_to_list ();
void interpolation_changed (ARDOUR::AutomationList::InterpolationStyle);
- struct ModelRepresentation {
- ARDOUR::AutomationList::iterator start;
- ARDOUR::AutomationList::iterator end;
- double xpos;
- double ypos;
- double xmin;
- double ymin;
- double xmax;
- double ymax;
- double xval;
- double yval;
- };
-
- void model_representation (ControlPoint&, ModelRepresentation&);
-
PBD::ScopedConnectionList _list_connections;
/** maximum time that a point on this line can be at, relative to the position of its region or start of its track */