mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Remove everything marked deprecated
This commit is contained in:
@@ -109,11 +109,6 @@ impl Pos2 {
|
||||
/// Same as `Pos2::default()`.
|
||||
pub const ZERO: Self = Self { x: 0.0, y: 0.0 };
|
||||
|
||||
#[deprecated = "Use Pos2::ZERO instead"]
|
||||
pub const fn zero() -> Self {
|
||||
Self::ZERO
|
||||
}
|
||||
|
||||
pub const fn new(x: f32, y: f32) -> Self {
|
||||
Self { x, y }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user