Minor cleanup

This commit is contained in:
DanTGL
2024-07-18 15:12:35 +02:00
parent 842aeabb9b
commit df7ece7302
11 changed files with 4 additions and 24 deletions
-1
View File
@@ -256,7 +256,6 @@ void J2DPane::makeMatrix(f32 x, f32 y) {
/* 802D0800-802D08D8 .text setBasePosition__7J2DPaneF15J2DBasePosition */
void J2DPane::setBasePosition(J2DBasePosition pos) {
/* Nonmatching */
m2DBasePosition = pos;
if (pos % 3 == 0) {
-1
View File
@@ -149,7 +149,6 @@ void J2DPrint::printReturn(const char* param_1, f32 param_2, f32 param_3, J2DTex
/* 802CE888-802CEF9C .text parse__8J2DPrintFPCUciiPUsRQ28J2DPrint5TSizeUcb */
f32 J2DPrint::parse(const u8* param_1, int param_2, int param_3, u16* param_4, J2DPrint::TSize& param_5, u8 param_6, bool param_7) {
/* Nonmatching */
if (mFont == NULL) {
return 0.0f;
}
-1
View File
@@ -174,7 +174,6 @@ void J2DWindow::draw_private(const JGeometry::TBox2<f32>& frameBox, const JGeome
/* 802D1F5C-802D207C .text resize__9J2DWindowFff */
void J2DWindow::resize(f32 w, f32 h) {
/* Nonmatching - regalloc */
f32 oldW = getWidth();
f32 oldH = getHeight();
J2DPane::resize(w, h);