aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax_eax_call.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'al/eax_eax_call.cpp')
-rw-r--r--al/eax_eax_call.cpp35
1 files changed, 0 insertions, 35 deletions
diff --git a/al/eax_eax_call.cpp b/al/eax_eax_call.cpp
index e9cb2746..76f3dbfd 100644
--- a/al/eax_eax_call.cpp
+++ b/al/eax_eax_call.cpp
@@ -197,41 +197,6 @@ EaxEaxCall::EaxEaxCall(
}
}
-bool EaxEaxCall::is_get() const noexcept
-{
- return is_get_;
-}
-
-bool EaxEaxCall::is_deferred() const noexcept
-{
- return is_deferred_;
-}
-
-int EaxEaxCall::get_version() const noexcept
-{
- return version_;
-}
-
-EaxEaxCallPropertySetId EaxEaxCall::get_property_set_id() const noexcept
-{
- return property_set_id_;
-}
-
-ALuint EaxEaxCall::get_property_id() const noexcept
-{
- return property_id_;
-}
-
-ALuint EaxEaxCall::get_property_al_name() const noexcept
-{
- return property_source_id_;
-}
-
-EaxFxSlotIndex EaxEaxCall::get_fx_slot_index() const noexcept
-{
- return fx_slot_index_;
-}
-
[[noreturn]]
void EaxEaxCall::fail(
const char* message)