aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax_eax_call.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-02-05 19:57:46 -0800
committerChris Robinson <[email protected]>2022-02-05 19:57:46 -0800
commit75d9044c3904b1fb0b7864c7d3d9b532000899bb (patch)
treed9d21de80fd3f13a2868440a5f8d32b489895c5d /al/eax_eax_call.cpp
parent9ba489360c20e5e0129e0ab278191ec7c8fda099 (diff)
Inline some simple getters
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)