summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative/rect3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/gdnative/rect3.cpp')
-rw-r--r--modules/gdnative/gdnative/rect3.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdnative/gdnative/rect3.cpp b/modules/gdnative/gdnative/rect3.cpp
index d34d964db9..8e088743b4 100644
--- a/modules/gdnative/gdnative/rect3.cpp
+++ b/modules/gdnative/gdnative/rect3.cpp
@@ -36,8 +36,6 @@
extern "C" {
#endif
-void _rect3_api_anchor() {}
-
void GDAPI godot_rect3_new(godot_rect3 *r_dest, const godot_vector3 *p_pos, const godot_vector3 *p_size) {
const Vector3 *pos = (const Vector3 *)p_pos;
const Vector3 *size = (const Vector3 *)p_size;