diff options
author | Chris Robinson <[email protected]> | 2019-07-30 14:13:05 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-30 14:13:05 -0700 |
commit | ac554de67d5eb353283c3359bbac15fb4ddad7d9 (patch) | |
tree | 6295074258d168f1bbdce36300bfe41a3c5d2b24 /alc/alcmain.h | |
parent | ea76e003e7f2063687ed662282d388078ecf385b (diff) |
Turn some functions into methods
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r-- | alc/alcmain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h index 85f37e73..f69dc755 100644 --- a/alc/alcmain.h +++ b/alc/alcmain.h @@ -461,9 +461,6 @@ struct ALCdevice { #define RECORD_THREAD_NAME "alsoft-record" -void AllocateVoices(ALCcontext *context, size_t num_voices); - - extern ALint RTPrioLevel; void SetRTPriority(void); |