Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Apr 15, 2022
1 parent 6bd27be commit e8fc5d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion private/cifti_write_xml.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
end

function tree = cifti_write_maps(cifti, tree, matrix_uid)
%consider checking maps for equality and using AppliesToMatrixDimension to sometimes reduce xml size...
mapused = false(length(cifti.diminfo), 1);
for i = 1:length(cifti.diminfo)
if mapused(i)
Expand Down

0 comments on commit e8fc5d4

Please sign in to comment.