Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
Closes #4867
  • Loading branch information
emilk committed Aug 27, 2024
1 parent 73bb4ce commit bd7d71e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/egui_extras/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ impl<'a> Table<'a> {
let cursor_position = ui.cursor().min;

let mut scroll_area = ScrollArea::new([false, vscroll])
.auto_shrink(true)
.drag_to_scroll(drag_to_scroll)
.stick_to_bottom(stick_to_bottom)
.min_scrolled_height(min_scrolled_height)
Expand Down

0 comments on commit bd7d71e

Please sign in to comment.