mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Remove deprecated functions (#3692)
This commit is contained in:
@@ -278,11 +278,6 @@ impl<'a> TableBuilder<'a> {
|
||||
self
|
||||
}
|
||||
|
||||
#[deprecated = "Renamed to vscroll"]
|
||||
pub fn scroll(self, vscroll: bool) -> Self {
|
||||
self.vscroll(vscroll)
|
||||
}
|
||||
|
||||
/// Enables scrolling the table's contents using mouse drag (default: `true`).
|
||||
///
|
||||
/// See [`ScrollArea::drag_to_scroll`] for more.
|
||||
|
||||
Reference in New Issue
Block a user