Remove last todos
This commit is contained in:
parent
4bcac68c8c
commit
f71a0cddb8
2 changed files with 1 additions and 2 deletions
|
@ -128,7 +128,6 @@ impl ActionRegistry {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn insert_action(&mut self, action: ActionData) {
|
fn insert_action(&mut self, action: ActionData) {
|
||||||
//todo!(remove)
|
|
||||||
let name: SharedString = action.name.into();
|
let name: SharedString = action.name.into();
|
||||||
self.builders_by_name.insert(name.clone(), action.build);
|
self.builders_by_name.insert(name.clone(), action.build);
|
||||||
self.names_by_type_id.insert(action.type_id, name.clone());
|
self.names_by_type_id.insert(action.type_id, name.clone());
|
||||||
|
|
|
@ -22,7 +22,7 @@ pub struct PlayerColors(pub Vec<PlayerColor>);
|
||||||
impl Default for PlayerColors {
|
impl Default for PlayerColors {
|
||||||
/// Don't use this!
|
/// Don't use this!
|
||||||
/// We have to have a default to be `[refineable::Refinable]`.
|
/// We have to have a default to be `[refineable::Refinable]`.
|
||||||
/// todo!("Find a way to not need this for Refinable")
|
/// TODO "Find a way to not need this for Refinable"
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::dark()
|
Self::dark()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue