removed unused function
This commit is contained in:
parent
a33a6f7b37
commit
c8737d64a2
1 changed files with 0 additions and 10 deletions
|
@ -63,13 +63,3 @@ pub enum SlideChange {
|
|||
Next,
|
||||
Previous,
|
||||
}
|
||||
|
||||
impl SlideChange {
|
||||
pub fn to_string(&self) -> String {
|
||||
match self {
|
||||
SlideChange::Next => {String::from_str("Next_Slide").unwrap()},
|
||||
SlideChange::Previous => {String::from_str("Prev_Slide").unwrap()},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue