Skip to content

Commit ad8d5ef

Browse files
committed
delete unnecessary code
1 parent b667f7e commit ad8d5ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,6 @@ private void DeleteTempFile ()
966966

967967
if (File.Exists (m_tempFilePath)) {
968968
Debug.LogWarning ("Failed to delete file: " + m_tempFilePath);
969-
EditorApplication.update -= DeleteTempFile;
970969
}
971970
}
972971

0 commit comments

Comments
 (0)