mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
audio_core: remove explicitly defaulted and implicitly deleted constructors
This commit is contained in:
parent
4b40068038
commit
6f23b5f495
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ class CommandGenerator;
|
||||||
*/
|
*/
|
||||||
class DetailAspect {
|
class DetailAspect {
|
||||||
public:
|
public:
|
||||||
DetailAspect() = default;
|
|
||||||
DetailAspect(CommandGenerator& command_generator, PerformanceEntryType entry_type, s32 node_id,
|
DetailAspect(CommandGenerator& command_generator, PerformanceEntryType entry_type, s32 node_id,
|
||||||
PerformanceDetailType detail_type);
|
PerformanceDetailType detail_type);
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ class CommandGenerator;
|
||||||
*/
|
*/
|
||||||
class EntryAspect {
|
class EntryAspect {
|
||||||
public:
|
public:
|
||||||
EntryAspect() = default;
|
|
||||||
EntryAspect(CommandGenerator& command_generator, PerformanceEntryType type, s32 node_id);
|
EntryAspect(CommandGenerator& command_generator, PerformanceEntryType type, s32 node_id);
|
||||||
|
|
||||||
/// Command generator the command will be generated into
|
/// Command generator the command will be generated into
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue