From 04bb6a708a5b68ed199e5caa92d16a50992caf52 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 20 Feb 2020 15:32:36 -0300 Subject: Created the callable_mp macro, for signals to call method pointers directly. --- core/variant.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/variant.h') 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" -- cgit v1.2.3