chore: remove unused Theme enum

This commit is contained in:
spinline
2026-02-03 22:48:13 +03:00
parent 78f232a909
commit 86ba4206b8
2 changed files with 0 additions and 8 deletions

View File

@@ -67,7 +67,6 @@ struct Args {
shared::TorrentActionRequest, shared::TorrentActionRequest,
shared::Torrent, shared::Torrent,
shared::TorrentStatus, shared::TorrentStatus,
shared::Theme,
shared::TorrentFile, shared::TorrentFile,
shared::TorrentPeer, shared::TorrentPeer,
shared::TorrentTracker, shared::TorrentTracker,

View File

@@ -60,13 +60,6 @@ pub struct TorrentActionRequest {
pub action: String, pub action: String,
} }
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, ToSchema)]
pub enum Theme {
Midnight,
Light,
Amoled,
}
// --- NEW STRUCTS FOR ADVANCED FEATURES --- // --- NEW STRUCTS FOR ADVANCED FEATURES ---
#[derive(Debug, Serialize, Deserialize, Clone, ToSchema)] #[derive(Debug, Serialize, Deserialize, Clone, ToSchema)]