summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-25 02:11:44 -0500
committerDavid Robillard <d@drobilla.net>2014-11-25 02:11:44 -0500
commitea5876b8364beb3b1b2fb82909b00ff107dbb6ca (patch)
treea8066bf0013f380852ef358d450faa362dd55977 /gtk2_ardour/editor_drag.h
parent8b268344f945ca2be683d9f5356951685752ce8f (diff)
Remove dead code.
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 9b4a0a6521..2f4c2f2e0d 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -829,8 +829,6 @@ private:
AutomationLine* _line;
double _fixed_grab_x;
double _fixed_grab_y;
- uint32_t _before;
- uint32_t _after;
double _cumulative_y_drag;
};
@@ -978,9 +976,7 @@ public:
private:
Operation _operation;
bool _add;
- bool _extend;
int _original_pointer_time_axis;
- int _last_pointer_time_axis;
std::list<TimeAxisView*> _added_time_axes;
bool _time_selection_at_start;
framepos_t start_at_start;