From df7ece730298c5ffbecc93df6a9ceb979c6bcb0a Mon Sep 17 00:00:00 2001 From: DanTGL <33489389+DanTGL@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:12:35 +0200 Subject: Minor cleanup --- src/JSystem/J2DGraph/J2DPane.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/JSystem/J2DGraph/J2DPane.cpp') diff --git a/src/JSystem/J2DGraph/J2DPane.cpp b/src/JSystem/J2DGraph/J2DPane.cpp index 61692c50..f56a4e47 100644 --- a/src/JSystem/J2DGraph/J2DPane.cpp +++ b/src/JSystem/J2DGraph/J2DPane.cpp @@ -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) { -- cgit v1.2.3