summaryrefslogtreecommitdiffstats
path: root/core/variant.h
diff options
context:
space:
mode:
authorJuan Linietsky <juan@godotengine.org>2020-02-20 15:32:36 -0300
committerJuan Linietsky <reduzio@gmail.com>2020-02-21 13:46:45 +0100
commit04bb6a708a5b68ed199e5caa92d16a50992caf52 (patch)
tree0975beb458ec9c7449cb6a9a39fc7a6c12aa0624 /core/variant.h
parenta24aafcb92992f860694bf411acab1080fc0b3db (diff)
downloadredot-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.h1
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"