Skip to content

Commit

Permalink
fix: Remove duplicated template instances.
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Nana <[email protected]>
  • Loading branch information
na2axl committed Aug 25, 2024
1 parent ec4e83b commit 301eb2d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/Sound/Attenuation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

namespace SparkyStudios::Audio::Amplitude
{
template class AssetImpl<AmAttenuationID, AttenuationDefinition>;

AttenuationImpl::AttenuationImpl()
: _name()
, _maxDistance(0.0f)
Expand Down
2 changes: 0 additions & 2 deletions src/Sound/Collection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

namespace SparkyStudios::Audio::Amplitude
{
template class AssetImpl<AmCollectionID, CollectionDefinition>;

CollectionImpl::CollectionImpl()
: _worldScopeScheduler(nullptr)
, _entityScopeSchedulers()
Expand Down
2 changes: 0 additions & 2 deletions src/Sound/Effect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

namespace SparkyStudios::Audio::Amplitude
{
template class AssetImpl<AmEffectID, EffectDefinition>;

EffectImpl::EffectImpl()
: _instances()
, _parameters()
Expand Down
2 changes: 0 additions & 2 deletions src/Sound/SwitchContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

namespace SparkyStudios::Audio::Amplitude
{
template class AssetImpl<AmSwitchContainerID, SwitchContainerDefinition>;

SwitchContainerImpl::SwitchContainerImpl()
: _switch(nullptr)
, _sounds()
Expand Down

0 comments on commit 301eb2d

Please sign in to comment.