Skip to content

Commit 26f282d

Browse files
committed
Revert "add XML comment to public method"
This reverts commit 0b686cf.
1 parent 0b686cf commit 26f282d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Orts.Simulation/Simulation/Transfertables.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ public class Transfertable : MovingTable
5757

5858
protected Transfertable(STFReader stf, Simulator simulator) : base(stf, simulator) { }
5959

60-
/// <summary>
61-
/// Create a transfer table from an STF definition block.
62-
/// </summary>
6360
public static Transfertable CreateFrom(STFReader stf, Simulator simulator)
6461
{
6562
var worldPosition = new WorldPosition();

0 commit comments

Comments
 (0)