diff options
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index dc3cf6caf..699b98f7a 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -213,6 +213,7 @@ void Editor::Finalise() { } void Editor::SetRepresentations() { +#if 0 reprs.Clear(); // C0 control set @@ -257,6 +258,7 @@ void Editor::SetRepresentations() { } } } +#endif } void Editor::DropGraphics() noexcept { |