Skip to content

Commit

Permalink
removed obsolete regeneration mode and added missing transaction mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytammik committed Jan 17, 2019
1 parent 77a216b commit 36f80dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CS/TestCmds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public Result Execute( ExternalCommandData cmdData, ref string msg, ElementSet e
}
}


[Transaction( TransactionMode.Manual )]
public class CmdSnoopModScopePickSurface : IExternalCommand
{
public Result Execute( ExternalCommandData cmdData, ref string msg, ElementSet elems )
Expand Down Expand Up @@ -236,8 +236,6 @@ public Result Execute( ExternalCommandData cmdData, ref string msg, ElementSet e
}
}



/// <summary>
/// SnoopDB command: Browse the current view...
/// </summary>
Expand Down

0 comments on commit 36f80dc

Please sign in to comment.