Skip to content
Snippets Groups Projects
Verified Commit 82bdb296 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

remove unnecessary code

parent 81452ece
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ end ...@@ -97,7 +97,7 @@ end
function project_new_Callback(hObject, ~, ~) function project_new_Callback(hObject, ~, ~)
global M_ oo_ options_ global M_ oo_ options_
global project_info model_settings global project_info
% Reset GUI data % Reset GUI data
if ~isempty(project_info) if ~isempty(project_info)
...@@ -111,10 +111,6 @@ if ~isempty(project_info) ...@@ -111,10 +111,6 @@ if ~isempty(project_info)
catch catch
end end
end end
else
if ~isempty(model_settings)
evalin('global', 'clear model_settings')
end
end end
gui_set_project_info() gui_set_project_info()
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment