Skip to content

Commit 6ca944c

Browse files
authored
Merge pull request #107 from shaharz/patch-1
Remove deprecated UseHG2
2 parents 72b22f5 + fd56f18 commit 6ca944c

File tree

1 file changed

+2
-2
lines changed
  • plotly/plotlyfig_aux/helpers

1 file changed

+2
-2
lines changed

plotly/plotlyfig_aux/helpers/isHG2.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
function check = isHG2
22
%check for HG2 update
3-
check = feature('UseHG2');
4-
end
3+
check = ~verLessThan('matlab','8.4.0');
4+
end

0 commit comments

Comments
 (0)