1
Fork 0

Remove unused type aliases from model::

This commit is contained in:
gvnnz 2023-06-12 23:31:45 +02:00
parent bb940f3227
commit c3c287ad85
1 changed files with 0 additions and 8 deletions

View File

@ -89,14 +89,6 @@ enum class SwapType
NONE
};
using PluginPtr = std::unique_ptr<Plugin>;
using WavePtr = std::unique_ptr<Wave>;
using ChannelSharedPtr = std::unique_ptr<ChannelShared>;
using PluginPtrs = std::vector<PluginPtr>;
using WavePtrs = std::vector<WavePtr>;
using ChannelSharedPtrs = std::vector<ChannelSharedPtr>;
/* -------------------------------------------------------------------------- */
/* LoadState