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

remove unnecessary parens

parent 5042d9d0
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ tabs = get(tabGroup,'Children'); ...@@ -32,7 +32,7 @@ tabs = get(tabGroup,'Children');
% Get handles structure % Get handles structure
handles = guidata(hTab); handles = guidata(hTab);
if(size(tabs,1)==1) if size(tabs,1) == 1
delete(tabGroup); delete(tabGroup);
rmappdata(0,'tabGroup'); rmappdata(0,'tabGroup');
handles = rmfield(handles, 'tabGroup'); handles = rmfield(handles, 'tabGroup');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment