From 5740a3687e39a05017c65fad61f1bc783849ebbf Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 24 Jan 2009 15:39:30 +0000 Subject: [PATCH] Removed spurious curlies --- src/gui/widgets/timeline/timeline-layout-helper.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/widgets/timeline/timeline-layout-helper.cpp b/src/gui/widgets/timeline/timeline-layout-helper.cpp index 822747cce..b0dc1e80f 100644 --- a/src/gui/widgets/timeline/timeline-layout-helper.cpp +++ b/src/gui/widgets/timeline/timeline-layout-helper.cpp @@ -238,10 +238,7 @@ TimelineLayoutHelper::drag_to_point(const Gdk::Point &mouse_point) if((drop.relation == FirstChild || drop.relation == LastChild) && !target_timeline_track->get_expanded()) - { target_timeline_track->expand_collapse(Track::Expand); - - } } update_layout();