1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-04 19:14:08 +02:00

remove global allows

This commit is contained in:
Robin Appelman 2020-06-26 19:27:18 +02:00
commit 6357309f25
3 changed files with 1 additions and 9 deletions

View file

@ -38,10 +38,6 @@ impl<'a> BspFile<'a> {
})
}
pub fn directories(&self) -> &Directories {
&self.directories
}
pub fn header(&self) -> &Header {
&self.header
}
@ -92,6 +88,7 @@ impl<'a> BspFile<'a> {
}
}
#[allow(dead_code)]
#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash)]
pub enum LumpType {
Entities,