From 1dbb576651a80e580a21a7d6137de2cb640dbf82 Mon Sep 17 00:00:00 2001 From: TechiePi Date: Fri, 21 Oct 2022 20:04:06 +0200 Subject: [PATCH] Remove comment --- ctru-rs/src/mii.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ctru-rs/src/mii.rs b/ctru-rs/src/mii.rs index f3b75ee..daaf173 100644 --- a/ctru-rs/src/mii.rs +++ b/ctru-rs/src/mii.rs @@ -237,7 +237,6 @@ impl From<[u8; 92]> for MiiData { let position = SelectorPosition { page_index: partial_vec_to_u8_with_reverse(&raw_position[0..3]), - //page_index: vec_bit_to_u8([false, false, false, false, raw_position[3], raw_position[2], raw_position[1], raw_position[0]]), slot_index: partial_vec_to_u8_with_reverse(&raw_position[4..7]) };