Skip to content

Commit

Permalink
remove unnecess. rodata pad
Browse files Browse the repository at this point in the history
  • Loading branch information
Alto1772 committed Mar 1, 2024
1 parent 8ed03a2 commit 2efd668
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2efd668

Please sign in to comment.