Skip to content

Commit

Permalink
Merge pull request #1004 from asmaloney/remove-unused-ucaps
Browse files Browse the repository at this point in the history
Remove unused ucaps header
  • Loading branch information
akien-mga committed Jan 19, 2023
2 parents 07e2e20 + 67be0c9 commit 2a9b21e
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 == "PackedStringArray":
result.append("#include <godot_cpp/variant/string.hpp>")
Expand Down
Loading

0 comments on commit 2a9b21e

Please sign in to comment.