mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, remove vorbis-enable-vfs which I never implemented
This commit is contained in:
parent
ddcd74047b
commit
89749133ff
@ -50,11 +50,6 @@ ConfigVariableList load_video_type
|
|||||||
"either the name of a module, or a space-separate list of filename "
|
"either the name of a module, or a space-separate list of filename "
|
||||||
"extensions, followed by the name of the module."));
|
"extensions, followed by the name of the module."));
|
||||||
|
|
||||||
ConfigVariableBool vorbis_enable_vfs
|
|
||||||
("vorbis-enable-vfs", true,
|
|
||||||
PRC_DESC("Set this to false if you're having trouble loading Ogg Vorbis "
|
|
||||||
"files and don't need to use the virtual file system."));
|
|
||||||
|
|
||||||
ConfigVariableBool vorbis_enable_seek
|
ConfigVariableBool vorbis_enable_seek
|
||||||
("vorbis-enable-seek", true,
|
("vorbis-enable-seek", true,
|
||||||
PRC_DESC("Set this to false if you're having trouble with seeking while "
|
PRC_DESC("Set this to false if you're having trouble with seeking while "
|
||||||
|
@ -28,7 +28,6 @@ NotifyCategoryDecl(movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES);
|
|||||||
extern ConfigVariableList load_audio_type;
|
extern ConfigVariableList load_audio_type;
|
||||||
extern ConfigVariableList load_video_type;
|
extern ConfigVariableList load_video_type;
|
||||||
|
|
||||||
extern ConfigVariableBool vorbis_enable_vfs;
|
|
||||||
extern ConfigVariableBool vorbis_enable_seek;
|
extern ConfigVariableBool vorbis_enable_seek;
|
||||||
extern ConfigVariableBool vorbis_seek_lap;
|
extern ConfigVariableBool vorbis_seek_lap;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user