summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-27 04:17:15 -0500
committerDavid Robillard <d@drobilla.net>2014-11-27 04:17:15 -0500
commit16947f751b9615c3b7a6be710db15bc66c45bc5d (patch)
treef7968fb1bd2731bf6fa36008a17a1b94f1b6175d /gtk2_ardour/editor_cursors.h
parent3d4b1d324e93b5d7c0aa6acf1a1c5d82f4975688 (diff)
Remove dead code.
Diffstat (limited to 'gtk2_ardour/editor_cursors.h')
-rw-r--r--gtk2_ardour/editor_cursors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_cursors.h b/gtk2_ardour/editor_cursors.h
index eb4ab1cbde..d7e856c9e5 100644
--- a/gtk2_ardour/editor_cursors.h
+++ b/gtk2_ardour/editor_cursors.h
@@ -54,5 +54,4 @@ class EditorCursor {
Editor& _editor;
ArdourCanvas::Arrow* _track_canvas_item;
framepos_t _current_frame;
- double _length;
};