From d6176db271d6fd11aa88edfd0a4c1e8be04e7471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 18 Jun 2019 17:36:10 +0200 Subject: Unexpose subclasses of ResourceFormatLoader and -Saver ResourceFormatLoader and ResourceFormatSaver are meant to be overridden to add support for different formats in ResourceLoader and ResourceSaver. Those should be exposed as they can be overridden in plugins. On the other hand, all predefined subclasses of those two base classes are only meant to register support for new file and resource types, but should not and cannot be used directly from script, so they should not be exposed. Also unexposed ResourceImporterOGGVorbis (and thus its base class ResourceImporter) which are editor-only. --- .../doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml (limited to 'modules/gdnative/doc_classes') diff --git a/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml b/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml deleted file mode 100644 index cd8b336778..0000000000 --- a/modules/gdnative/doc_classes/ResourceFormatLoaderVideoStreamGDNative.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - -- cgit v1.2.3