back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/rb_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'rb_tree.c')
-rw-r--r--rb_tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rb_tree.c b/rb_tree.c
index 2386295..7edc294 100644
--- a/rb_tree.c
+++ b/rb_tree.c
@@ -334,7 +334,6 @@ void rb_tree_print(rb_tree *t, node *root)
struct scopes cur_scopes;
cur_scopes.mas = malloc(MIN_SIZE_BUF * sizeof(enum vert_border));
cur_scopes.size = MIN_SIZE_BUF;
- /* clearing terminal */
print(t, root, start_depth, &cur_scopes);
free(cur_scopes.mas);
}