aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/ttyplay/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ttyplay/display.rs')
-rw-r--r--src/bin/ttyplay/display.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/bin/ttyplay/display.rs b/src/bin/ttyplay/display.rs
index 38e3bf3..f5bcb00 100644
--- a/src/bin/ttyplay/display.rs
+++ b/src/bin/ttyplay/display.rs
@@ -23,18 +23,10 @@ impl Display {
self.current_frame = idx;
}
- pub fn get_current_frame(&self) -> usize {
- self.current_frame
- }
-
pub fn total_frames(&mut self, n: usize) {
self.total_frames = n;
}
- pub fn get_total_frames(&self) -> usize {
- self.total_frames
- }
-
pub fn done_loading(&mut self) {
self.done_loading = true;
}