File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments