oops, remove vorbis-enable-vfs which I never implemented

This commit is contained in:
rdb 2014-02-10 11:25:39 +00:00
parent ddcd74047b
commit 89749133ff
2 changed files with 0 additions and 6 deletions

View File

@ -50,11 +50,6 @@ ConfigVariableList load_video_type
"either the name of a module, or a space-separate list of filename "
"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
("vorbis-enable-seek", true,
PRC_DESC("Set this to false if you're having trouble with seeking while "

View File

@ -28,7 +28,6 @@ NotifyCategoryDecl(movies, EXPCL_PANDA_MOVIES, EXPTP_PANDA_MOVIES);
extern ConfigVariableList load_audio_type;
extern ConfigVariableList load_video_type;
extern ConfigVariableBool vorbis_enable_vfs;
extern ConfigVariableBool vorbis_enable_seek;
extern ConfigVariableBool vorbis_seek_lap;