forked from mia/Aegisub
Enable the dummy audio provider in release builds. Closes #1425.
Originally committed to SVN as r6358.
This commit is contained in:
parent
e7307d249e
commit
d798d69849
1 changed files with 0 additions and 2 deletions
|
@ -508,10 +508,8 @@ namespace cmd {
|
|||
reg(new audio_commit);
|
||||
reg(new audio_go_to);
|
||||
reg(new audio_open);
|
||||
#if _DEBUG
|
||||
reg(new audio_open_blank);
|
||||
reg(new audio_open_noise);
|
||||
#endif
|
||||
reg(new audio_open_video);
|
||||
reg(new audio_play_after);
|
||||
reg(new audio_play_before);
|
||||
|
|
Loading…
Reference in a new issue