diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-21 14:53:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 14:53:24 +0100 |
commit | 0447d6fc8edfd636fa6c859d32e76ec8a760f42e (patch) | |
tree | d441d6bd2190b79607b953542edd1295e61ee078 /core/variant.h | |
parent | 7ac0973e9abb308b91597dd8881aeed62682733c (diff) | |
parent | 04bb6a708a5b68ed199e5caa92d16a50992caf52 (diff) | |
download | redot-engine-0447d6fc8edfd636fa6c859d32e76ec8a760f42e.tar.gz |
Merge pull request #36393 from reduz/callable-method-pointer
New callable_mp macro, for signals to call method pointers directly.
Diffstat (limited to 'core/variant.h')
-rw-r--r-- | core/variant.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/variant.h b/core/variant.h index d41144f4c5..d018f7b039 100644 --- a/core/variant.h +++ b/core/variant.h @@ -46,7 +46,6 @@ #include "core/math/vector3.h" #include "core/node_path.h" #include "core/object_id.h" - #include "core/rid.h" #include "core/ustring.h" |