diff options
author | Juan Linietsky <juan@godotengine.org> | 2020-02-20 15:32:36 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2020-02-21 13:46:45 +0100 |
commit | 04bb6a708a5b68ed199e5caa92d16a50992caf52 (patch) | |
tree | 0975beb458ec9c7449cb6a9a39fc7a6c12aa0624 /core/variant.h | |
parent | a24aafcb92992f860694bf411acab1080fc0b3db (diff) | |
download | redot-engine-04bb6a708a5b68ed199e5caa92d16a50992caf52.tar.gz |
Created the 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" |