Merge pull request #10978 from Noshyaar/pr-meshlib

MeshLibrary: remove duplicated line

[ci skip]
This commit is contained in:
Rémi Verschelde 2017-09-05 00:33:00 +02:00 committed by GitHub
commit 45800413d8
1 changed files with 0 additions and 1 deletions

View File

@ -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);