From 2efd66800268e0a16e5a025fa87c0c9ddcc54ce2 Mon Sep 17 00:00:00 2001 From: AltoXorg <56553686+Alto1772@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:24:17 +0800 Subject: [PATCH] remove unnecess. rodata pad --- src/msg.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/msg.c b/src/msg.c index 91813c0f19..d6be4901e6 100644 --- a/src/msg.c +++ b/src/msg.c @@ -1968,10 +1968,6 @@ void get_msg_properties(s32 msgID, s32* height, s32* width, s32* maxLineChars, s } } -#if !VERSION_JP -static const f32 padding = 0.0f; -#endif - s32 get_msg_width(s32 msgID, u16 charset) { s32 width;