Get rid of redundant string conversion

Not sure how this snuck in there.
This commit is contained in:
Robbert van der Helm
2021-05-23 19:44:14 +02:00
parent 1464ec2ab0
commit e0efa48aa8
+1 -2
View File
@@ -404,8 +404,7 @@ void Vst3Bridge::run() {
.edit_controller->getParamValueByString(
request.id,
const_cast<Steinberg::Vst::TChar*>(
u16string_to_tchar_pointer(
request.string.c_str())),
u16string_to_tchar_pointer(request.string)),
value_normalized);
return YaEditController::GetParamValueByStringResponse{