aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-26 10:08:26 -0700
committerChris Robinson <[email protected]>2019-03-26 10:08:26 -0700
commit2c37d4fae1effb6791912bd1cff64777291bec78 (patch)
tree1548632b8750d1b5333f3c6d1127cf39a47f0d09 /OpenAL32/Include
parent4c32e55ac2e7e2136d020c4928fb6e45fbb4b8b3 (diff)
Move an enum to a more appropriate header
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index a06fee1c..fe3a8bdc 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -85,12 +85,6 @@ struct bs2b;
#define MIN_OUTPUT_RATE (8000)
-enum class DevProbe {
- Playback,
- Capture
-};
-
-
enum Channel {
FrontLeft = 0,
FrontRight,