From dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 7 Aug 2023 11:10:10 +0200 Subject: node sort ui --- common/src/impl.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'common/src/impl.rs') diff --git a/common/src/impl.rs b/common/src/impl.rs index d7759af..55364ab 100644 --- a/common/src/impl.rs +++ b/common/src/impl.rs @@ -3,7 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin */ -use crate::{NodeKind, SourceTrack, SourceTrackKind}; +use crate::{SourceTrack, SourceTrackKind}; impl SourceTrackKind { pub fn letter(&self) -> char { @@ -34,9 +34,3 @@ impl std::fmt::Display for SourceTrack { )) } } - -impl Default for NodeKind { - fn default() -> Self { - Self::Collection - } -} -- cgit v1.2.3-70-g09d2