From cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Mar 2026 16:06:33 +0100 Subject: refactor collapsing buttons on small screen --- common/src/node.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'common') diff --git a/common/src/node.rs b/common/src/node.rs index ff3289f..c4aa1df 100644 --- a/common/src/node.rs +++ b/common/src/node.rs @@ -7,8 +7,6 @@ use jellyobject::{Object, Tag, enums, fields}; fields! { - // Tag counter: 111 - NO_KIND: Tag = b"kind"; NO_TITLE: str = b"titl"; NO_PARENT: u64 = b"prnt"; // multi @@ -90,7 +88,6 @@ fields! { IDENT_OMDB: str = b"omdb"; IDENT_VGMDB_ARTIST: str = b"vgar"; IDENT_WIKIDATA: str = b"wkdt"; - } enums! { -- cgit v1.3