summaryrefslogtreecommitdiff
path: root/modules/stb_vorbis/config.py
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-06-18 20:07:10 +0200
committerGitHub <noreply@github.com>2019-06-18 20:07:10 +0200
commitc6507933a72f0f423ebe726bdd259b8d16d60c3c (patch)
tree9a6d1bf894cef2065b507217f3b29ebec189832b /modules/stb_vorbis/config.py
parent0cdbf7315b1ce7093f9c37eae2d9df3294cfb998 (diff)
parentd6176db271d6fd11aa88edfd0a4c1e8be04e7471 (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.py1
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():