remove test code, fmt
This commit is contained in:
parent
cdd76109c8
commit
53effc0b30
3 changed files with 36 additions and 78 deletions
|
@ -11,9 +11,6 @@ use waveform_panel::WaveformPanel;
|
|||
|
||||
type HierarchyAndTimeTable = (Rc<wellen::Hierarchy>, Rc<wellen::TimeTable>);
|
||||
|
||||
// @TODO REMOVE
|
||||
const SIMULATE_CLICKS: bool = false;
|
||||
|
||||
fn main() {
|
||||
start_app("app", root);
|
||||
Task::start(async {
|
||||
|
|
Reference in a new issue