remove old Thing
This commit is contained in:
parent
1a7d7c268a
commit
d93f777b66
|
@ -26,14 +26,6 @@ pub struct Position {
|
|||
y: u8,
|
||||
}
|
||||
|
||||
// #[derive(Serialize, Deserialize)]
|
||||
// pub struct Thing {
|
||||
// name: Option<String>,
|
||||
// /// image name
|
||||
// image: String,
|
||||
// }
|
||||
//
|
||||
|
||||
// #[derive(Serialize, Deserialize)]
|
||||
// pub enum DataType {
|
||||
// Image,
|
||||
|
|
Loading…
Reference in New Issue