Skip to content

Commit d6b49ac

Browse files
committed
Remove InsertBlank
1 parent 1bb742a commit d6b49ac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/SIL.XForge.Scripture/Services/DeltaUsxExtensions.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ public static Delta InsertText(this Delta delta, string text, string? segRef = n
2222
return delta.Insert(text, attributes);
2323
}
2424

25-
public static Delta InsertBlank(this Delta delta, string segRef)
26-
{
27-
var attrs = new JObject(new JProperty("segment", segRef));
28-
return delta.Insert(new { blank = true }, attrs);
29-
}
30-
3125
public static Delta InsertEmpty(this Delta delta, string segRef, JObject? attributes = null)
3226
{
3327
attributes = (JObject)attributes?.DeepClone() ?? [];

0 commit comments

Comments
 (0)