You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Remove empty constructors and destructors from editor/
This commit is contained in:
@@ -66,8 +66,6 @@ void NavigationObstacle2DEditor::_action_set_polygon(int p_idx, const Variant &p
|
||||
undo_redo->add_undo_method(node, "set_vertices", node->get_vertices());
|
||||
}
|
||||
|
||||
NavigationObstacle2DEditor::NavigationObstacle2DEditor() {}
|
||||
|
||||
NavigationObstacle2DEditorPlugin::NavigationObstacle2DEditorPlugin() :
|
||||
AbstractPolygon2DEditorPlugin(memnew(NavigationObstacle2DEditor), "NavigationObstacle2D") {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user