Remove empty placeholder init XMLs

init/env.xml, compat.xml, libs.xml, skins.xml contained only comments (no
frames, scripts, or includes) and were loaded as no-ops at startup. Deleted the
files and their MetaHunt.toc include lines. init/ now holds only the three real
XMLs (api, localization, modules).
This commit is contained in:
DuvelCorp
2026-09-09 16:33:39 +02:00
parent 9379668e4b
commit da645fa53c
5 changed files with 0 additions and 21 deletions
-4
View File
@@ -11,12 +11,8 @@ data\init.lua
Bindings.xml
## Load initialization and core framework
init\env.xml
init\compat.xml
init\libs.xml
init\api.xml
api\core-feed-tracking.lua
init\skins.xml
## Load database files (DB files must come before data\init.lua)
data\ds-beasts.lua
-4
View File
@@ -1,4 +0,0 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<!-- MetaHunt Compatibility Layer -->
<!-- Handles version compatibility with Turtle WoW -->
</Ui>
-4
View File
@@ -1,4 +0,0 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<!-- MetaHunt Environment Setup -->
<!-- Global tables, localization, and configuration -->
</Ui>
-5
View File
@@ -1,5 +0,0 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<!-- MetaHunt Library includes -->
<!-- External libraries for enhanced functionality -->
<!-- Note: Libraries can be added here as needed -->
</Ui>
-4
View File
@@ -1,4 +0,0 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/">
<!-- MetaHunt UI Skins and Styling -->
<!-- Placeholder for custom UI theming -->
</Ui>