Skip to content

Commit 2fa9716

Browse files
author
まいこ
committed
delete lines as resolved in pr stakira#1118
1 parent 5120077 commit 2fa9716

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

OpenUtau.Core/Commands/ProjectCommands.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ public ConfigureExpressionsCommand(
167167
public override string ToString() => "Configure expressions";
168168
public override void Execute() {
169169
project.expressions = newDescriptors.ToDictionary(descriptor => descriptor.abbr);
170-
// TODO: Measures to be taken when a default expression is removed, and when adding it duplicates the flag.
171-
// Format.Ustx.AddDefaultExpressions(project);
172170
project.parts
173171
.Where(part => part is UVoicePart)
174172
.ToList()
@@ -177,7 +175,6 @@ public override void Execute() {
177175
}
178176
public override void Unexecute() {
179177
project.expressions = oldDescriptors.ToDictionary(descriptor => descriptor.abbr);
180-
// Format.Ustx.AddDefaultExpressions(project);
181178
project.parts
182179
.Where(part => part is UVoicePart)
183180
.ToList()

0 commit comments

Comments
 (0)