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 /editor/plugins/mesh_library_editor_plugin.cpp | |
parent | 33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff) | |
download | redot-engine-065dd099ddada9df681e352e0c65db391f2d3cad.tar.gz |
Remove empty bind_methods()
Diffstat (limited to 'editor/plugins/mesh_library_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/mesh_library_editor_plugin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/plugins/mesh_library_editor_plugin.cpp b/editor/plugins/mesh_library_editor_plugin.cpp index 0b2549986c..58cc670475 100644 --- a/editor/plugins/mesh_library_editor_plugin.cpp +++ b/editor/plugins/mesh_library_editor_plugin.cpp @@ -242,9 +242,6 @@ void MeshLibraryEditor::_menu_cbk(int p_option) { } } -void MeshLibraryEditor::_bind_methods() { -} - MeshLibraryEditor::MeshLibraryEditor() { file = memnew(EditorFileDialog); file->set_file_mode(EditorFileDialog::FILE_MODE_OPEN_FILE); |