summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2009-06-02 17:45:18 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2009-06-02 17:45:18 +0000
commit2641231cb2125a0188264e833c6e6e77202910a9 (patch)
treeb29c2b2a8fe70da2637aa3efd92bf7c87df34cb0 /gtk2_ardour/region_view.h
parentbeef5e20ce6402e55c974d6126db8db6c7a13d7c (diff)
Fix memory leak in name text pixbuf generation, move RegionView::_height to TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5117 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 6562e8c3f0..5ae1f96fb0 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -133,7 +133,6 @@ class RegionView : public TimeAxisViewItem
bool valid; ///< see StreamView::redisplay_diskstream()
double _pixel_width;
- double _height;
bool in_destructor;
bool wait_for_data;