mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Merge pull request #47916 from akien-mga/stringnames-mesh_materials-unused
Scene: Remove unused `mesh_materials` StringNames
This commit is contained in:
@@ -190,10 +190,6 @@ SceneStringNames::SceneStringNames() {
|
||||
|
||||
_default = StaticCString::create("default");
|
||||
|
||||
for (int i = 0; i < MAX_MATERIALS; i++) {
|
||||
mesh_materials[i] = "material/" + itos(i);
|
||||
}
|
||||
|
||||
_window_group = StaticCString::create("_window_group");
|
||||
_window_input = StaticCString::create("_window_input");
|
||||
window_input = StaticCString::create("window_input");
|
||||
|
||||
@@ -216,10 +216,6 @@ public:
|
||||
StringName use_in_baked_light;
|
||||
StringName use_dynamic_gi;
|
||||
#endif
|
||||
enum {
|
||||
MAX_MATERIALS = 32
|
||||
};
|
||||
StringName mesh_materials[MAX_MATERIALS];
|
||||
};
|
||||
|
||||
#endif // SCENE_STRING_NAMES_H
|
||||
|
||||
Reference in New Issue
Block a user