diff options
author | Chris Robinson <[email protected]> | 2019-03-26 10:08:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-03-26 10:08:26 -0700 |
commit | 2c37d4fae1effb6791912bd1cff64777291bec78 (patch) | |
tree | 1548632b8750d1b5333f3c6d1127cf39a47f0d09 /OpenAL32/Include | |
parent | 4c32e55ac2e7e2136d020c4928fb6e45fbb4b8b3 (diff) |
Move an enum to a more appropriate header
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 6 |
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, |