fix stream row calculation

This commit is contained in:
2021-01-15 08:53:06 +01:00
parent a42f086339
commit bca94ceb9d
6 changed files with 22 additions and 46 deletions

View File

@ -79,8 +79,4 @@ public interface IWaveform extends IHierNode {
*/
public int getRowCount();
/**
* Calculate the concurrency (th enumber of parallel ongoing events) of the waveform.
*/
public void calculateConcurrency();
}