Remove unused ucaps header

These static structs were being included in every file string.hpp was included in...

Part of #999
pull/1004/head
Andy Maloney 2023-01-19 07:15:40 -05:00
parent 69b525494b
commit 67be0c95e1
2 changed files with 0 additions and 1416 deletions

View File

@ -365,7 +365,6 @@ def generate_builtin_class_header(builtin_api, size, used_classes, fully_used_cl
if class_name == "String":
result.append("#include <godot_cpp/variant/char_string.hpp>")
result.append("#include <godot_cpp/variant/char_utils.hpp>")
result.append("#include <godot_cpp/variant/ucaps.hpp>")
if class_name == "Array":
result.append("#include <godot_cpp/variant/array_helpers.hpp>")

File diff suppressed because it is too large Load Diff