1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 02:44:17 +00:00

Unused code

This commit is contained in:
jugeeya 2023-08-23 23:46:04 -07:00 committed by GitHub
parent 862253b52a
commit e92a85c78b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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)
}

View file

@ -9,7 +9,6 @@ use training_mod_tui::{App, AppPage, NUM_LISTS};
use crate::common::menu::{
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 super::fade_out;