diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-05 04:02:24 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-05 04:02:24 +0700 |
commit | 9301ab5a57bc06bcba81903e4107c557d3f96098 (patch) | |
tree | accee9ea4595b98256cd613b336b1cfa35b8e80b /scene/resources | |
parent | e979e50b7d83a90c39c206783b15c1ff3a43fb0d (diff) |
MeshLibrary: remove duplicated line
Diffstat (limited to 'scene/resources')
-rw-r--r-- | scene/resources/mesh_library.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/mesh_library.cpp b/scene/resources/mesh_library.cpp index e1131e7e3e..833a4c3d22 100644 --- a/scene/resources/mesh_library.cpp +++ b/scene/resources/mesh_library.cpp @@ -275,7 +275,6 @@ void MeshLibrary::_bind_methods() { ClassDB::bind_method(D_METHOD("get_item_shapes", "id"), &MeshLibrary::_get_item_shapes); ClassDB::bind_method(D_METHOD("get_item_preview", "id"), &MeshLibrary::get_item_preview); ClassDB::bind_method(D_METHOD("remove_item", "id"), &MeshLibrary::remove_item); - ClassDB::bind_method(D_METHOD("remove_item", "id"), &MeshLibrary::remove_item); ClassDB::bind_method(D_METHOD("find_item_by_name", "name"), &MeshLibrary::find_item_by_name); ClassDB::bind_method(D_METHOD("clear"), &MeshLibrary::clear); |