mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Remove things that have been deprecated for over a year (#7099)
Removes all things that were marked `#[deprecated]` more than 12 months ago
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#[deprecated = "Use emath::OrderedFloat instead"]
|
||||
pub use emath::OrderedFloat;
|
||||
|
||||
/// Hash the given value with a predictable hasher.
|
||||
#[inline]
|
||||
pub fn hash(value: impl std::hash::Hash) -> u64 {
|
||||
|
||||
Reference in New Issue
Block a user