Cleanup: Remove old embedded preview_grease_pencil_legacy.blend

Looks like a simple leftover. The linkers are smart enough to completely
exclude this from the final binary so this is only targeting `main` as a
general cleanup.

Part of #130518.

Pull Request: https://projects.blender.org/blender/blender/pulls/129271
This commit is contained in:
Jesse Yurkovich
2024-12-02 18:07:57 +01:00
committed by Falk David
parent 089c3cd85c
commit 3bb6e8f1b8
3 changed files with 0 additions and 4 deletions

View File

@@ -958,7 +958,6 @@ if(WITH_BLENDER)
# Blend files.
data_to_c_simple(../../../../release/datafiles/preview.blend SRC)
data_to_c_simple(../../../../release/datafiles/preview_grease_pencil.blend SRC)
data_to_c_simple(../../../../release/datafiles/preview_grease_pencil_legacy.blend SRC)
# Images.
data_to_c_simple(../../../../release/datafiles/splash.png SRC)

View File

@@ -23,9 +23,6 @@ extern const char datatoc_preview_blend[];
extern int datatoc_preview_grease_pencil_blend_size;
extern const char datatoc_preview_grease_pencil_blend[];
extern int datatoc_preview_grease_pencil_legacy_blend_size;
extern const char datatoc_preview_grease_pencil_legacy_blend[];
extern int datatoc_splash_png_size;
extern const char datatoc_splash_png[];