diff options
Diffstat (limited to 'al/eax_eax_call.h')
-rw-r--r-- | al/eax_eax_call.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/al/eax_eax_call.h b/al/eax_eax_call.h index dd89795a..7b990d87 100644 --- a/al/eax_eax_call.h +++ b/al/eax_eax_call.h @@ -33,7 +33,6 @@ public: ALuint property_size); bool is_get() const noexcept { return is_get_; } - bool is_deferred() const noexcept { return is_deferred_; } int get_version() const noexcept { return version_; } EaxEaxCallPropertySetId get_property_set_id() const noexcept { return property_set_id_; } ALuint get_property_id() const noexcept { return property_id_; } @@ -83,7 +82,6 @@ public: private: const bool is_get_; - const bool is_deferred_; int version_; EaxFxSlotIndex fx_slot_index_; EaxEaxCallPropertySetId property_set_id_; |