aboutsummaryrefslogtreecommitdiff
path: root/common/src
diff options
context:
space:
mode:
Diffstat (limited to 'common/src')
-rw-r--r--common/src/node.rs3
1 files changed, 0 insertions, 3 deletions
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! {