mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-29 08:30:08 -04:00
Minor cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user