Refactor Tracker::SaveSongs function by commenting out unused variables and code

- Commented out a large number of unused variable declarations and code segments in the `SaveSongs` function to improve readability and maintainability.
- This change does not affect the functionality but prepares the code for future enhancements by reducing clutter.
This commit is contained in:
scawful
2025-09-28 15:22:55 -04:00
parent a7efecf830
commit 3210cc0ab6
2 changed files with 401 additions and 401 deletions

View File

@@ -1,6 +1,6 @@
#define IMGUI_DEFINE_MATH_OPERATORS
#include "test/editor/editor_integration_test.h"
#include "integration/editor/editor_integration_test.h"
#include <SDL.h>