Cleanup, fix Wunused-private-field

This commit is contained in:
Robin Gareus 2023-05-22 22:29:42 +02:00
parent 515e67f784
commit c669ff58e5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 0 additions and 4 deletions

View File

@ -4725,7 +4725,6 @@ ControlPointDrag::ControlPointDrag (Editor* e, ArdourCanvas::Item* i)
: Drag (e, i, e->default_time_domain ()) /* XXX NUTEMPO FIX TIME DOMAIN */
, _fixed_grab_x (0.0)
, _fixed_grab_y (0.0)
, _cumulative_x_drag (0.0)
, _cumulative_y_drag (0.0)
, _pushing (false)
, _final_index (0)

View File

@ -983,7 +983,6 @@ private:
Temporal::TempoPoint& prev;
Temporal::TempoPoint& focus;
Temporal::TempoPoint& next;
double _grab_bpm;
Temporal::TempoMap::WritableSharedPtr map;
double direction;
@ -1021,7 +1020,6 @@ public:
private:
Temporal::Beats _grab_qn;
Temporal::TempoPoint* _tempo;
Temporal::TempoPoint* _grab_tempo;
Temporal::TempoPoint const * _next_tempo;
Temporal::TempoMap::WritableSharedPtr map;
bool _drag_valid;
@ -1199,7 +1197,6 @@ private:
ControlPoint* _point;
double _fixed_grab_x;
double _fixed_grab_y;
double _cumulative_x_drag;
double _cumulative_y_drag;
bool _pushing;
uint32_t _final_index;