Remove unused system editor files from YAZE project configuration

- Deleted references to `system_editor.cc` and `system_editor.h` from YAZE.vcxproj and YAZE.vcxproj.filters to clean up the project structure.
- Updated `room_object.cc` to use a direct assignment for `gfx::TileInfo` and commented out unused code in `room.cc` and `tracker.cc` for clarity and future reference.
This commit is contained in:
scawful
2025-09-28 15:12:15 -04:00
parent 97f00d3fc6
commit 90f8d8b915
5 changed files with 8 additions and 17 deletions

View File

@@ -280,9 +280,6 @@
<ClInclude Include="src\app\editor\system\shortcut_manager.h">
<Filter>App\Editor\System</Filter>
</ClInclude>
<ClInclude Include="src\app\editor\system\system_editor.h">
<Filter>App\Editor\System</Filter>
</ClInclude>
<ClInclude Include="src\app\editor\system\toast_manager.h">
<Filter>App\Editor\System</Filter>
</ClInclude>
@@ -581,9 +578,6 @@
<ClCompile Include="src\app\editor\system\shortcut_manager.cc">
<Filter>App\Editor\System</Filter>
</ClCompile>
<ClCompile Include="src\app\editor\system\system_editor.cc">
<Filter>App\Editor\System</Filter>
</ClCompile>
<ClCompile Include="src\app\gui\canvas.cc">
<Filter>App\GUI</Filter>
</ClCompile>