summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-03-30 01:15:17 +0100
committerRobin Gareus <robin@gareus.org>2019-03-30 01:15:17 +0100
commit546d5d09b56082e1c4f3a287f5db6a611107a3dc (patch)
treeac61f2833c24799d37779efa0e53b13bd8d48eda /gtk2_ardour/editor_drag.h
parentf40456a649a882fed2b7a678d88d42c55c13e65e (diff)
Remove unused variable
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 184d1111a5..1147d82b96 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -1268,7 +1268,6 @@ private:
std::list<ControlPoint*> points; ///< points to drag on the line
std::pair<ARDOUR::samplepos_t, ARDOUR::samplepos_t> range; ///< the range of all points on the line, in session samples
XMLNode* state; ///< the XML state node before the drag
- double original_fraction; ///< initial y-fraction before the drag
};
std::list<Line> _lines;