diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-08-15 23:06:30 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-08-15 23:06:36 -0700 |
commit | 15fd858ddf704f981492250ea82aa0450013e2cf (patch) | |
tree | c41ad7f0782d3bf86a69fc114e340ced52bf2da3 | |
parent | dd9eda264059507778485baab96b9662599098cd (diff) | |
download | mu-15fd858ddf704f981492250ea82aa0450013e2cf.tar.gz |
2018
Still trying to minimize the work around run-interactive so I can build it with a sandboxed routine rather than a call in editor space.
-rw-r--r-- | 081run_interactive.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/081run_interactive.cc b/081run_interactive.cc index c47e0159..ac05fbad 100644 --- a/081run_interactive.cc +++ b/081run_interactive.cc @@ -211,7 +211,6 @@ if (must_clean_up_interactive) clean_up_interactive(); if (must_clean_up_interactive) clean_up_interactive(); :(code) void clean_up_interactive() { - Trace_stream->newline(); // flush trace Hide_warnings = false; Track_most_recent_products = false; // hack: assume collect_layers isn't set anywhere else |