Remove unused ucaps header
These static structs were being included in every file string.hpp was included in... Part of #999
This commit is contained in:
parent
69b525494b
commit
67be0c95e1
@ -365,7 +365,6 @@ def generate_builtin_class_header(builtin_api, size, used_classes, fully_used_cl
|
|||||||
if class_name == "String":
|
if class_name == "String":
|
||||||
result.append("#include <godot_cpp/variant/char_string.hpp>")
|
result.append("#include <godot_cpp/variant/char_string.hpp>")
|
||||||
result.append("#include <godot_cpp/variant/char_utils.hpp>")
|
result.append("#include <godot_cpp/variant/char_utils.hpp>")
|
||||||
result.append("#include <godot_cpp/variant/ucaps.hpp>")
|
|
||||||
|
|
||||||
if class_name == "Array":
|
if class_name == "Array":
|
||||||
result.append("#include <godot_cpp/variant/array_helpers.hpp>")
|
result.append("#include <godot_cpp/variant/array_helpers.hpp>")
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user