Clean up unused things

This commit is contained in:
2025-03-17 15:51:47 -04:00
parent e9d197229a
commit b6300bcb0b
3 changed files with 3 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ use std::io::Write;
use tokio::sync::{RwLock, Mutex};
use tower_http::services::ServeDir;
use crate::comms::{RadarData, ArcRwlockRadarData, EntityData};
use crate::comms::{RadarData};
struct ClientState {
last_entity_count: usize,