Skip to content

Commit fd3a9ee

Browse files
committed
Remove confusing comment
1 parent 522b57d commit fd3a9ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/viewer/re_context_menu/src/collapse_expand.rs

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ pub fn collapse_expand_container(
2020
.container(*container_id)
2121
.set_open(ctx.egui_ctx, expand),
2222

23-
// IMPORTANT: don't call process_view() here, or the scope information would be lost
2423
Contents::View(view_id) => collapse_expand_view(ctx, view_id, scope, expand),
2524
}
2625

0 commit comments

Comments
 (0)