Skip to content

Commit 80cb896

Browse files
committed
remove unused variable for initial idea
1 parent 6166bf4 commit 80cb896

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

+nla/+inputField/NetworkAtlasFuncConn.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function buttonClickedCallback(obj, ~)
193193
obj.checkbox_surface_parcels.Value = true;
194194
end
195195

196-
obj.update(true);
196+
obj.update();
197197
close(prog);
198198
catch ex
199199
close(prog);
@@ -246,7 +246,7 @@ function button2ClickedCallback(obj, ~)
246246
end
247247
end
248248

249-
obj.update(false);
249+
obj.update();
250250
close(prog);
251251
else
252252
close(prog);
@@ -312,7 +312,7 @@ function updateFuncConn(obj)
312312
end
313313
end
314314

315-
function update(obj, network_atlas_button)
315+
function update(obj)
316316
import nla.inputField.widthOfString nla.inputField.LABEL_H nla.inputField.LABEL_GAP
317317

318318
obj.updateFuncConn();

0 commit comments

Comments
 (0)