remove redundant method to_color32

This commit is contained in:
2025-04-26 04:42:29 +01:00
parent 3610e44a08
commit 1dbdc0e4cb
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -14,9 +14,3 @@ impl From<BlockedStatus> for egui::Color32 {
}
}
}
impl BlockedStatus {
pub fn to_color32(self) -> egui::Color32 {
self.into()
}
}