diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-18 20:07:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-18 20:07:10 +0200 |
commit | c6507933a72f0f423ebe726bdd259b8d16d60c3c (patch) | |
tree | 9a6d1bf894cef2065b507217f3b29ebec189832b /modules/stb_vorbis/config.py | |
parent | 0cdbf7315b1ce7093f9c37eae2d9df3294cfb998 (diff) | |
parent | d6176db271d6fd11aa88edfd0a4c1e8be04e7471 (diff) |
Merge pull request #29872 from akien-mga/unexpose-resourceformatloaders
Unexpose subclasses of ResourceFormatLoader and -Saver
Diffstat (limited to 'modules/stb_vorbis/config.py')
-rw-r--r-- | modules/stb_vorbis/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/stb_vorbis/config.py b/modules/stb_vorbis/config.py index d75e41797a..200b8dfd50 100644 --- a/modules/stb_vorbis/config.py +++ b/modules/stb_vorbis/config.py @@ -7,7 +7,6 @@ def configure(env): def get_doc_classes(): return [ "AudioStreamOGGVorbis", - "ResourceImporterOGGVorbis", ] def get_doc_path(): |