Partially done removing config parts

This commit is contained in:
2023-10-18 23:38:48 +01:00
parent 603b65ada6
commit 6122f99ff7
3 changed files with 55 additions and 156 deletions

View File

@@ -123,7 +123,6 @@ impl CommandManager {
pub struct WadInfo {
pub path: PathBuf,
pub name: String,
#[serde(skip_deserializing)]
pub info_text: Option<String>,
}