mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 12:27:53 +00:00
Remove some unused functions
This commit is contained in:
parent
b4529671b8
commit
662aed302a
@ -457,13 +457,6 @@ impl DirAction {
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_recurse(&self) -> bool {
|
||||
match *self {
|
||||
DirAction::Recurse(RecurseOptions { max_depth: _, tree }) => !tree,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Debug, Copy, Clone)]
|
||||
|
@ -259,11 +259,4 @@ impl UserLocale {
|
||||
numeric: locale::Numeric::load_user_locale().unwrap_or_else(|_| locale::Numeric::english()),
|
||||
}
|
||||
}
|
||||
|
||||
pub fn default() -> UserLocale {
|
||||
UserLocale {
|
||||
time: locale::Time::english(),
|
||||
numeric: locale::Numeric::english(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user