aboutsummaryrefslogtreecommitdiffstats
path: root/al/buffer.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-03-06 01:19:41 -0800
committerChris Robinson <[email protected]>2022-03-06 01:19:41 -0800
commit1369a081a03e51add9a98fc084822cc0d5fd2461 (patch)
treec04b44c71b13fb0d094eee2aa1b9a7bd4c1c1752 /al/buffer.h
parentbe3b37b7c91b55f14a69f0fc209bbda1837c20d7 (diff)
Fix X-RAM tracking
Diffstat (limited to 'al/buffer.h')
-rw-r--r--al/buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/al/buffer.h b/al/buffer.h
index 8c323bea..b3a0f0d8 100644
--- a/al/buffer.h
+++ b/al/buffer.h
@@ -75,7 +75,6 @@ struct ALbuffer : public BufferStorage {
#ifdef ALSOFT_EAX
ALenum eax_x_ram_mode{AL_STORAGE_AUTOMATIC};
bool eax_x_ram_is_hardware{};
- bool eax_x_ram_is_dirty{};
#endif // ALSOFT_EAX
};