summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-30 02:41:02 +0200
committerRobin Gareus <robin@gareus.org>2017-07-30 02:42:55 +0200
commit243d55f3c29c846650c7723b7a2dc2e12d276a99 (patch)
treeca8e6c224efc5fbe0edd02cd5d7968ffd8590736
parentedcfa23e14d968605bd5f07ae6b0793229f11f2c (diff)
Remove an unused variable
-rw-r--r--gtk2_ardour/editor_summary.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_summary.cc b/gtk2_ardour/editor_summary.cc
index 6190cc8c84..8d68b67754 100644
--- a/gtk2_ardour/editor_summary.cc
+++ b/gtk2_ardour/editor_summary.cc
@@ -269,7 +269,6 @@ EditorSummary::render (Cairo::RefPtr<Cairo::Context> const& ctx, cairo_rectangle
int32_t width = _view_rectangle_x.second - _view_rectangle_x.first;
std::min(8, width);
- int32_t height = _view_rectangle_y.second - _view_rectangle_y.first;
cairo_rectangle (cr, _view_rectangle_x.first, 0, width, get_height ());
cairo_set_source_rgba (cr, 1, 1, 1, 0.15);
cairo_fill (cr);