diff options
author | kobewi <kobewi4e@gmail.com> | 2024-08-15 07:53:08 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-08-15 08:24:32 +0200 |
commit | 065dd099ddada9df681e352e0c65db391f2d3cad (patch) | |
tree | bf111757252449a61437c3a78bdc50b782897395 /scene/3d/occluder_instance_3d.h | |
parent | 33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff) | |
download | redot-engine-065dd099ddada9df681e352e0c65db391f2d3cad.tar.gz |
Remove empty bind_methods()
Diffstat (limited to 'scene/3d/occluder_instance_3d.h')
-rw-r--r-- | scene/3d/occluder_instance_3d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/occluder_instance_3d.h b/scene/3d/occluder_instance_3d.h index 91445710b3..62e9478527 100644 --- a/scene/3d/occluder_instance_3d.h +++ b/scene/3d/occluder_instance_3d.h @@ -49,7 +49,6 @@ protected: void _update(); virtual void _update_arrays(PackedVector3Array &r_vertices, PackedInt32Array &r_indices) = 0; - static void _bind_methods(); void _notification(int p_what); public: |