Removed spurious curlies

This commit is contained in:
Joel Holdsworth 2009-01-24 15:39:30 +00:00
parent 64a7941002
commit 5740a3687e

View file

@ -238,10 +238,7 @@ TimelineLayoutHelper::drag_to_point(const Gdk::Point &mouse_point)
if((drop.relation == FirstChild || drop.relation == LastChild) && if((drop.relation == FirstChild || drop.relation == LastChild) &&
!target_timeline_track->get_expanded()) !target_timeline_track->get_expanded())
{
target_timeline_track->expand_collapse(Track::Expand); target_timeline_track->expand_collapse(Track::Expand);
}
} }
update_layout(); update_layout();