Remove the advanced_config example.

This example is no longer useful as everything is explained in the
documentation of ma_context_init() and ma_device_init().
This commit is contained in:
David Reid
2020-02-10 19:05:13 +10:00
parent ce98c1ed72
commit 3981e361cd
5 changed files with 2 additions and 240 deletions
+1 -2
View File
@@ -8,5 +8,4 @@ SET options=-Wall -Wpedantic -std=c89 -ansi -pedantic
%c_compiler% ../simple_capture.c -o ../bin/simple_capture.exe %options%
%c_compiler% ../simple_enumeration.c -o ../bin/simple_enumeration.exe %options%
%c_compiler% ../simple_mixing.c -o ../bin/simple_mixing.exe %options%
%c_compiler% ../simple_playback_sine.c -o ../bin/simple_playback_sine.exe %options%
%c_compiler% ../advanced_config.c -o ../bin/advanced_config.exe %options%
%c_compiler% ../simple_playback_sine.c -o ../bin/simple_playback_sine.exe %options%