remove unused use statements
This commit is contained in:
		
							parent
							
								
									2e2f9c6c17
								
							
						
					
					
						commit
						76829dd16d
					
				| @ -5,10 +5,6 @@ pub mod tool; | ||||
| pub mod unit; | ||||
| pub mod mag; | ||||
| 
 | ||||
| //use libpso::item;
 | ||||
| use libpso::character::character; | ||||
| 
 | ||||
| 
 | ||||
| #[derive(PartialEq, Copy, Clone, Debug, Hash, Eq)] | ||||
| pub struct ItemEntityId(pub u32); | ||||
| #[derive(Hash, PartialEq, Eq, Debug, Clone)] | ||||
|  | ||||
| @ -11,7 +11,6 @@ mod patch; | ||||
| mod login; | ||||
| mod ship; | ||||
| 
 | ||||
| use std::thread; | ||||
| use std::time::SystemTime; | ||||
| use log::{info}; | ||||
| 
 | ||||
| @ -19,10 +18,9 @@ use patch::patch::{PatchServerState, generate_patch_tree, load_config, load_motd | ||||
| use login::login::LoginServerState; | ||||
| use login::character::CharacterServerState; | ||||
| use ship::ship::ShipServerState; | ||||
| use entity::account::{UserAccount, UserSettings}; | ||||
| use entity::account::UserAccount; | ||||
| use entity::gateway::{EntityGateway, InMemoryGateway}; | ||||
| use entity::item::ItemLocation; | ||||
| use libpso::{utf8_to_array, utf8_to_utf16_array}; | ||||
| 
 | ||||
| use crate::entity::item; | ||||
| 
 | ||||
|  | ||||
| @ -6,5 +6,4 @@ pub mod items; | ||||
| pub mod item_stats; | ||||
| pub mod map; | ||||
| pub mod monster; | ||||
| 
 | ||||
| pub mod drops; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user