mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Remove deprecated functions
This commit is contained in:
@@ -271,11 +271,6 @@ impl Fonts {
|
||||
}
|
||||
}
|
||||
|
||||
#[deprecated = "Renamed to Fonts::new"]
|
||||
pub fn from_definitions(pixels_per_point: f32, definitions: FontDefinitions) -> Self {
|
||||
Self::new(pixels_per_point, definitions)
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub fn pixels_per_point(&self) -> f32 {
|
||||
self.pixels_per_point
|
||||
|
||||
Reference in New Issue
Block a user