From 5bdc0d97d35b254c6a710e95582b135ab3dcefd2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 18 Jan 2023 17:32:28 +0100 Subject: Clean up EditorFileSystem script parsing * Optimize only update modified/added/removed files. * Clean up documentation parsing. --- doc/classes/EditorFileSystem.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml index cddf3662aa..5f33c68a7d 100644 --- a/doc/classes/EditorFileSystem.xml +++ b/doc/classes/EditorFileSystem.xml @@ -71,12 +71,6 @@ This will not import the file. To reimport, call [method reimport_files] or [method scan] methods. - - - - Scans the script files and updates the list of custom class names. - - -- cgit v1.2.3