From 8db54f11794feff93f1bee0b54b806935b321c62 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sun, 4 Jan 2009 23:32:29 +0000 Subject: [PATCH] Removed some debug messages --- src/gui/widgets/timeline/timeline-layout-helper.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gui/widgets/timeline/timeline-layout-helper.cpp b/src/gui/widgets/timeline/timeline-layout-helper.cpp index 2cbefac94..0550926b7 100644 --- a/src/gui/widgets/timeline/timeline-layout-helper.cpp +++ b/src/gui/widgets/timeline/timeline-layout-helper.cpp @@ -227,13 +227,9 @@ TimelineLayoutHelper::layout_headers_recursive( // shown as expanded const float a = ((float)track_animation_state / (float)Track::MaxExpandAnimation); - g_message("branch_height = %d", child_branch_height); child_branch_height *= a * a; const int y_limit = branch_offset + child_offset + child_branch_height; - g_message("track_animation_state = %d", track_animation_state); - g_message("branch_height = %d", child_branch_height); - g_message("y_limit = %d", y_limit); // Obscure tracks according to the animation state TrackTree::pre_order_iterator descendant_iterator(iterator);