aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-24 16:55:10 -0700
committerChris Robinson <[email protected]>2014-05-24 16:55:10 -0700
commit4ca561acd379665b82ec9c42773aaec01df97891 (patch)
treedc840c656216190b79c5a1314a9a9702403c37ae /OpenAL32/Include/alu.h
parent13eac2552e8df0e0a4d5e2012497d4076a365661 (diff)
Move the active source's offset out of the direct params
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index df0e923d..98663c7d 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -80,8 +80,6 @@ typedef struct DirectParams {
ALboolean Moving;
/* Stepping counter for gain/coefficient fading. */
ALuint Counter;
- /* History/coefficient offset. */
- ALuint Offset;
struct {
enum ActiveFilters ActiveType;