Skip to content

Commit

Permalink
Remove unnecessary codes
Browse files Browse the repository at this point in the history
  • Loading branch information
rokujyushi committed Aug 14, 2024
1 parent a2a850b commit cbc52e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenUtau.Core/Voicevox/VoicevoxRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ static VoicevoxNote PhraseToVoicevoxNotes(RenderPhrase phrase) {


public UExpressionDescriptor[] GetSuggestedExpressions(USinger singer, URenderSettings renderSettings) {
return new UExpressionDescriptor[] { };
//under development
var result = new List<UExpressionDescriptor> {
new UExpressionDescriptor{
Expand Down

0 comments on commit cbc52e1

Please sign in to comment.