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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user