Reduce complexity of previous commit slightly.

git-svn-id: svn://localhost/ardour2/branches/3.0@5215 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-06-17 22:43:27 +00:00
parent bca8efab60
commit 1fed50f817
2 changed files with 17 additions and 31 deletions

View file

@ -2215,7 +2215,8 @@ public:
int resize_idle_id;
bool idle_resize();
friend gboolean _idle_resize (gpointer);
std::map<TimeAxisView*, int32_t> pending_resizes;
int32_t _pending_resize_amount;
TimeAxisView* _pending_resize_view;
void visible_order_range (int*, int*) const;
@ -2227,7 +2228,6 @@ public:
void update_canvas_now ();
void streamview_height_changed ();
int32_t add_single_to_idle_resize (TimeAxisView*, int32_t);
friend class Drag;
friend class RegionDrag;