aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/state/user.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/src/state/user.rs')
-rw-r--r--mumd/src/state/user.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/mumd/src/state/user.rs b/mumd/src/state/user.rs
index ab867e6..98f34bc 100644
--- a/mumd/src/state/user.rs
+++ b/mumd/src/state/user.rs
@@ -1,10 +1,5 @@
-use crate::state::channel::Channel;
-
-use log::*;
use mumble_protocol::control::msgs;
use serde::{Deserialize, Serialize};
-use std::collections::HashMap;
-use std::collections::hash_map::Entry;
#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct User {
@@ -119,7 +114,6 @@ impl User {
}
}
-
pub fn name(&self) -> &str {
&self.name
}