summaryrefslogtreecommitdiff
path: root/src/d/d_menu_option.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-09-27 18:35:11 -0400
committerGitHub <noreply@github.com>2025-09-27 15:35:11 -0700
commit5dc86158bc15a2f7d7d499d38d388be1d997e750 (patch)
tree9390d282191ac89c7925b4c7277d3c2aa70c834c /src/d/d_menu_option.cpp
parent54d8839d916beef73c29165932fb33f9b24f2394 (diff)
Fix most vtable issues (#2706)
Diffstat (limited to 'src/d/d_menu_option.cpp')
-rw-r--r--src/d/d_menu_option.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/d/d_menu_option.cpp b/src/d/d_menu_option.cpp
index bd7357eb00..a20b1bc958 100644
--- a/src/d/d_menu_option.cpp
+++ b/src/d/d_menu_option.cpp
@@ -61,26 +61,6 @@ static calibrationFunc calibration_process[] = {
&dMenu_Option_c::calibration_close2_move,
};
-// Unclear why this is created
-#pragma push
-#pragma force_active on
-#if VERSION == VERSION_GCN_JPN
-static u8 calibration_padding[0x24 /* padding */] = {
- /* padding */
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-};
-#else
-static u8 calibration_padding[0x24 /* padding */] = {
- /* padding */
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
-};
-#endif
-#pragma pop
-
enum SelectType {
#if VERSION == VERSION_GCN_JPN
SelectType0_JPN,