diff options
Diffstat (limited to 'scene/resources/physics_material.cpp')
-rw-r--r-- | scene/resources/physics_material.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/physics_material.cpp b/scene/resources/physics_material.cpp index 89fbf7a248..2a5cd1101a 100644 --- a/scene/resources/physics_material.cpp +++ b/scene/resources/physics_material.cpp @@ -31,7 +31,6 @@ #include "physics_material.h" void PhysicsMaterial::_bind_methods() { - ClassDB::bind_method(D_METHOD("set_friction", "friction"), &PhysicsMaterial::set_friction); ClassDB::bind_method(D_METHOD("get_friction"), &PhysicsMaterial::get_friction); |