summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative/node_path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/gdnative/node_path.cpp')
-rw-r--r--modules/gdnative/gdnative/node_path.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdnative/gdnative/node_path.cpp b/modules/gdnative/gdnative/node_path.cpp
index 50fade5b94..2bd278e050 100644
--- a/modules/gdnative/gdnative/node_path.cpp
+++ b/modules/gdnative/gdnative/node_path.cpp
@@ -36,8 +36,6 @@
extern "C" {
#endif
-void _node_path_api_anchor() {}
-
void GDAPI godot_node_path_new(godot_node_path *r_dest, const godot_string *p_from) {
NodePath *dest = (NodePath *)r_dest;
const String *from = (const String *)p_from;