Skip to content

Commit

Permalink
Fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 29, 2023
1 parent 31d6aa6 commit 16f4e5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions OpenUtau.Plugin.Builtin/KoreanCVPhonemizer.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using OpenUtau.Api;
using OpenUtau.Core;
using OpenUtau.Core.Ustx;
using OpenUtau.Core.Util;


// TODO: refactoring code
namespace OpenUtau.Plugin.Builtin {
/// Phonemizer for 'KOR CV' ///
[Phonemizer("Korean CV Phonemizer", "KO CV", "EX3", language: "KO")]
Expand All @@ -21,8 +19,6 @@ public class KoreanCVPhonemizer : Core.BaseKoreanPhonemizer {

public bool isUsingShi, isUsing_aX, isUsing_i, isRentan;



public override void SetSinger(USinger singer) {
if (this.singer == singer) {
return;
Expand Down

0 comments on commit 16f4e5b

Please sign in to comment.