Removed some debug messages
This commit is contained in:
parent
05b17a7148
commit
8db54f1179
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue