Remove dead code

Closes https://github.com/emilk/egui/issues/4867
This commit is contained in:
Emil Ernerfeldt 2024-08-27 11:33:18 +02:00
parent 73bb4cedb4
commit bd7d71e7fd
1 changed files with 0 additions and 1 deletions

View File

@ -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)