Skip to content

Commit

Permalink
Remove unused ucaps header
Browse files Browse the repository at this point in the history
These static structs were being included in every file string.hpp was included in...

Part of #999
  • Loading branch information
asmaloney committed Jan 19, 2023
1 parent 69b5254 commit 67be0c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,416 deletions.
1 change: 0 additions & 1 deletion binding_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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>")
Expand Down
Loading

0 comments on commit 67be0c9

Please sign in to comment.