From e320beda6d472c0f432ffb9ca5b0a0cf1dd6d5f5 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Thu, 2 Jan 2025 19:23:12 +0100 Subject: [PATCH] Remove unused code --- src/core/collection/album.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/collection/album.rs b/src/core/collection/album.rs index afdf0a9..66c45e6 100644 --- a/src/core/collection/album.rs +++ b/src/core/collection/album.rs @@ -201,11 +201,6 @@ impl AlbumMeta { } } - pub fn with_db_id(mut self, db_id: AlbumDbId) -> Self { - self.id.db_id = db_id; - self - } - pub fn with_date>(mut self, date: Date) -> Self { self.date = date.into(); self