summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index d875c7a382..507295cfff 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -93,9 +93,6 @@ private:
samplepos_t _leftmost; ///< the earliest sample we ever viewed
samplepos_t _rightmost; ///< the latest sample we ever viewed
- /** fraction of the session length by which the overview size should extend past the start and end markers */
- double _overhang_fraction;
-
double _x_scale; ///< pixels per sample for the x axis of the pixmap
double _track_height;
double _last_playhead;