summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-15 16:06:19 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-17 09:12:38 -0600
commitf54f270627fcd141f5dd7d2b31e3e21cca468462 (patch)
treed3591ff96959c2a5ac2de9ee3ca92d79746c5cb3 /gtk2_ardour/editor_summary.h
parent5c741bf8c5486de7e62269cd426d3c31cac6b77b (diff)
Fix a few warnings
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;