mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 09:55:34 -05:00
Remove the thing that was left when i was explaining to mat what to edit on the codegen to support android
This commit is contained in:
parent
372ea0e78c
commit
3b359726f8
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ std::string generateBindingSource(Root const& root) {
|
|||
) {
|
||||
used_declare_format = format_strings::declare_virtual_error;
|
||||
}
|
||||
else if (codegen::getStatus(f) != BindStatus::NeedsBinding && !android_has_boobs(f)) {
|
||||
else if (codegen::getStatus(f) != BindStatus::NeedsBinding) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue