diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-10-31 20:36:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 17:36:11 -0700 |
| commit | 09423b6fa00029d0325cbade59c78ae42f1014de (patch) | |
| tree | 15c444d2b60c559bbfd15385a4cfa83b8fe33521 /src/d/d_select_icon.cpp | |
| parent | 30777a85b5357a60f0d57f9127ff4e04d3b2bdd5 (diff) | |
more misc. cleanup (#2232)
Diffstat (limited to 'src/d/d_select_icon.cpp')
| -rw-r--r-- | src/d/d_select_icon.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/d/d_select_icon.cpp b/src/d/d_select_icon.cpp index 6e86781906..7883ad1cf1 100644 --- a/src/d/d_select_icon.cpp +++ b/src/d/d_select_icon.cpp @@ -34,6 +34,4 @@ void dSelect_icon_c::setPos(J2DPane* param_0, f32 transX, f32 transY) { field_0xc->getPanePtr()->translate(transX, transY); } -dSi_HIO_c::~dSi_HIO_c() {} - -static dSi_HIO_c g_siHIO;
\ No newline at end of file +static dSi_HIO_c g_siHIO; |
