mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix style
This commit is contained in:
@@ -159,7 +159,6 @@ class YaEditController : public Steinberg::Vst::IEditController {
|
||||
*/
|
||||
struct GetParamStringByValueResponse {
|
||||
UniversalTResult result;
|
||||
|
||||
std::u16string string;
|
||||
|
||||
template <typename S>
|
||||
@@ -202,7 +201,6 @@ class YaEditController : public Steinberg::Vst::IEditController {
|
||||
*/
|
||||
struct GetParamValueByStringResponse {
|
||||
UniversalTResult result;
|
||||
|
||||
Steinberg::Vst::ParamValue value_normalized;
|
||||
|
||||
template <typename S>
|
||||
|
||||
Reference in New Issue
Block a user