aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative/color.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/gdnative/color.cpp')
-rw-r--r--modules/gdnative/gdnative/color.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdnative/gdnative/color.cpp b/modules/gdnative/gdnative/color.cpp
index 2a5c0887a..281a4c416 100644
--- a/modules/gdnative/gdnative/color.cpp
+++ b/modules/gdnative/gdnative/color.cpp
@@ -36,8 +36,6 @@
extern "C" {
#endif
-void _color_api_anchor() {}
-
void GDAPI godot_color_new_rgba(godot_color *r_dest, const godot_real p_r, const godot_real p_g, const godot_real p_b, const godot_real p_a) {
Color *dest = (Color *)r_dest;