mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 06:12:14 +02:00
Remove unnecessary bitsery object lambdas
This commit is contained in:
@@ -369,8 +369,7 @@ struct Vst2EventResult {
|
||||
s.value8b(return_value);
|
||||
|
||||
s.object(payload);
|
||||
s.ext(value_payload, bitsery::ext::InPlaceOptional(),
|
||||
[](S& s, auto& v) { s.object(v); });
|
||||
s.ext(value_payload, bitsery::ext::InPlaceOptional());
|
||||
}
|
||||
};
|
||||
|
||||
@@ -479,8 +478,7 @@ struct Vst2Event {
|
||||
s.value4b(option);
|
||||
|
||||
s.object(payload);
|
||||
s.ext(value_payload, bitsery::ext::InPlaceOptional(),
|
||||
[](S& s, auto& v) { s.object(v); });
|
||||
s.ext(value_payload, bitsery::ext::InPlaceOptional());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user