From 31d41d83c38924a4c5b46e84b8be9f24a0f08c05 Mon Sep 17 00:00:00 2001 From: Dennis Brakhane Date: Sun, 25 Apr 2021 17:03:56 +0200 Subject: Remove duplicate comments A few single line comments were duplicated, probably due to bad merges. This commit removes the obviously duplicate ones. --- modules/fbx/editor_scene_importer_fbx.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/fbx/editor_scene_importer_fbx.cpp b/modules/fbx/editor_scene_importer_fbx.cpp index b23a58a414..edea1963a7 100644 --- a/modules/fbx/editor_scene_importer_fbx.cpp +++ b/modules/fbx/editor_scene_importer_fbx.cpp @@ -1013,7 +1013,6 @@ Node3D *EditorSceneImporterFBX::_generate_scene( const uint64_t target_id = track->key(); int track_idx = animation->add_track(Animation::TYPE_TRANSFORM); - // animation->track_set_path(track_idx, node_path); // animation->track_set_path(track_idx, node_path); Ref bone; -- cgit v1.2.3