diff options
Diffstat (limited to 'src/JSystem/J2DGraph/J2DWindow.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DWindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/JSystem/J2DGraph/J2DWindow.cpp b/src/JSystem/J2DGraph/J2DWindow.cpp index 007ec5b7..15d1caf6 100644 --- a/src/JSystem/J2DGraph/J2DWindow.cpp +++ b/src/JSystem/J2DGraph/J2DWindow.cpp @@ -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); |
