Commit e09bf636 authored by sstucker's avatar sstucker
Browse files

Remove enable/disable GUI code from ProcStream method

parent c73b7e1b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -178,8 +178,6 @@ classdef ProcStreamClass < handle
                filename = '';
            end
            
            MainGUI_EnableDisableGUI('off');
            
            % loop over functions
            FcallsIdxs = obj.GetFcallsIdxs();
            nFcall = length(FcallsIdxs);
@@ -251,8 +249,6 @@ classdef ProcStreamClass < handle
            obj.input.misc = [];
            close(hwait);
            
            MainGUI_EnableDisableGUI('on');
            
        end