Cleanup: remove unused icon utilities and make convenience target

Remove utilities to assist in creation of the now removed `*.dat` icons.

Pull Request: https://projects.blender.org/blender/blender/pulls/123837
This commit is contained in:
Campbell Barton
2024-06-27 18:28:32 +02:00
committed by Harley Acheson
parent 9584f8fb55
commit a8fae77f10
11 changed files with 0 additions and 1288 deletions

View File

@@ -78,11 +78,6 @@ call "%BLENDER_DIR%\build_files\windows\set_build_dir.cmd"
:convenience_targets
if "%ICONS%" == "1" (
call "%BLENDER_DIR%\build_files\windows\icons.cmd"
goto EOF
)
if "%ICONS_GEOM%" == "1" (
call "%BLENDER_DIR%\build_files\windows\icons_geom.cmd"
goto EOF