mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Remove Atom::path()
This commit is contained in:
parent
27323eddfa
commit
8533f478a4
1 changed files with 0 additions and 4 deletions
|
|
@ -238,10 +238,6 @@ impl<'a> Atom<'a> {
|
|||
})
|
||||
}
|
||||
|
||||
pub fn path(&self) -> &str {
|
||||
&self.type_.path
|
||||
}
|
||||
|
||||
pub fn istype(&self, parent: &str) -> bool {
|
||||
subpath(&self.type_.path, parent)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue