From d0eeb043f0346337ed8382181b0271095aad4e2f Mon Sep 17 00:00:00 2001 From: chefe Date: Sun, 13 Jun 2021 09:42:26 +0200 Subject: [PATCH] Remove unused members from Journey struct --- src/api/models.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/api/models.rs b/src/api/models.rs index 588a0e3..67aa361 100644 --- a/src/api/models.rs +++ b/src/api/models.rs @@ -13,9 +13,6 @@ pub struct Walk { #[derive(Deserialize, Debug, Clone)] pub struct Journey { pub name: Option, - pub category: String, - pub number: String, - pub operator: String, pub to: String, #[serde(rename = "passList")]