remove redundant method to_color32
This commit is contained in:
@@ -14,9 +14,3 @@ impl From<BlockedStatus> for egui::Color32 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl BlockedStatus {
|
||||
pub fn to_color32(self) -> egui::Color32 {
|
||||
self.into()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user