mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-28 04:44:06 +00:00
Unused code
This commit is contained in:
parent
862253b52a
commit
e92a85c78b
2 changed files with 1 additions and 2 deletions
|
@ -14,7 +14,7 @@ fn _register_counter(no_reset: bool) -> usize {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn register_counter_no_reset() -> usize {
|
pub fn _register_counter_no_reset() -> usize {
|
||||||
_register_counter(true)
|
_register_counter(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ use training_mod_tui::{App, AppPage, NUM_LISTS};
|
||||||
use crate::common::menu::{
|
use crate::common::menu::{
|
||||||
MENU_CLOSE_WAIT_FRAMES, VISUAL_FRAME_COUNTER, VISUAL_FRAME_COUNTER_SHOULD_COUNT,
|
MENU_CLOSE_WAIT_FRAMES, VISUAL_FRAME_COUNTER, VISUAL_FRAME_COUNTER_SHOULD_COUNT,
|
||||||
};
|
};
|
||||||
use crate::training::frame_counter;
|
|
||||||
use crate::{common, common::menu::QUICK_MENU_ACTIVE, input::*};
|
use crate::{common, common::menu::QUICK_MENU_ACTIVE, input::*};
|
||||||
|
|
||||||
use super::fade_out;
|
use super::fade_out;
|
||||||
|
|
Loading…
Reference in a new issue