changeset 25769:3c9134d90d6e

Prevent immediate updates of GUI workspace view when using clear in a script (bug #54443). * variables.cc (Fclear): Remove explicit call to octave_link::set_workspace.
author Torsten <mttl@mailbox.org>
date Tue, 07 Aug 2018 19:54:42 +0200
parents 785eef952919
children 374edade7b1b
files libinterp/corefcn/variables.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/variables.cc	Fri Aug 10 11:28:13 2018 +0200
+++ b/libinterp/corefcn/variables.cc	Tue Aug 07 19:54:42 2018 +0200
@@ -2344,8 +2344,6 @@
                   do_clear_symbols (symtab, argv, argc, idx, exclusive);
                 }
             }
-
-          octave_link::set_workspace ();
         }
     }